Skip to content

Commit

Permalink
fix: Update event form UI - EXO-73527
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi committed Sep 30, 2024
1 parent 2f0a301 commit e2a190a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions agenda-webapps/src/main/webapp/skin/less/agenda.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,13 @@
min-height: 40px;
}

.event-form-body > * {
max-width: ~"calc(50% - 21px)";
.event-form-body-left {
min-width: ~"calc(100% - 404px)";
max-width: ~"calc(100% - 404px)";
}
.event-form-body-right {
min-width: 404px;
max-width: 404px;
}

.event-form-body-left > * {
Expand Down Expand Up @@ -837,6 +842,19 @@
.event-details-body-right {
min-width: 404px !important;
}
.event-details-body-left {
min-width: 100% !important;
}
}
}
.event-form {
.event-form-body-left {
min-width: 100%;
max-width: 100%;
}
.event-form-body-right {
min-width: 404px;
max-width: 100%;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="event-details-body overflow-auto flex-grow-1 d-flex flex-column flex-md-row pa-4 mt-5">
<div class="flex-grow-1 flex-shrink-0 event-details-body-left " :class="{ 'd-flex' : !isMobile }">
<div :class="{'mx-auto' : isMobile}">
<div class ="full-width" :class="{'mx-auto' : isMobile}">
<div class="event-date align-center d-flex pb-5">
<i class="uiIconDatePicker darkGreyIcon uiIcon32x32 pe-5"></i>
<div class="d-inline-flex">
Expand Down

0 comments on commit e2a190a

Please sign in to comment.