mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix
This commit is contained in:
+28
-16
@@ -82,6 +82,7 @@
|
||||
-o-transform: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-desktop-remove-background::part(backdrop) {
|
||||
display: none;
|
||||
transform: none !important;
|
||||
@@ -101,7 +102,7 @@
|
||||
.chat-mobile-modal-to-Desktop::part(backdrop) {
|
||||
display: none;
|
||||
transform: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.modal-width-100::part(content) {
|
||||
@@ -159,34 +160,45 @@ ion-modal::part(content) {
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
top: unset !important;
|
||||
}
|
||||
.group-duration::part(content) {
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
top: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-popover::part(content) {
|
||||
.group-duration::part(content) {
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
top: unset !important;
|
||||
}
|
||||
.messages-options::part(content) {
|
||||
}
|
||||
|
||||
.chat-popover::part(content) {
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
top: unset !important;
|
||||
}
|
||||
.events-options::part(content) {
|
||||
}
|
||||
|
||||
.messages-options::part(content) {
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
top: unset !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.events-options::part(content) {
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
top: unset !important;
|
||||
}
|
||||
|
||||
|
||||
ion-toolbar {
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
.header-fix {
|
||||
padding-top: var(--ion-safe-area-top);
|
||||
}
|
||||
Reference in New Issue
Block a user