mirror of
https://github.com/zadam/trilium.git
synced 2025-11-30 04:24:24 +01:00
style(mobile): no bottom border radius on modals
This commit is contained in:
parent
22b2e21df0
commit
c1f663a200
@ -212,6 +212,10 @@ input::placeholder,
|
|||||||
background-color: var(--modal-backdrop-color) !important;
|
background-color: var(--modal-backdrop-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile .modal .modal-content {
|
||||||
|
border-radius: var(--bs-modal-border-radius) var(--bs-modal-border-radius) 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.component {
|
.component {
|
||||||
contain: size;
|
contain: size;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,11 +5,11 @@ body.popup-editor-open .ck-clipboard-drop-target-line { z-index: 1000; }
|
|||||||
|
|
||||||
body.desktop .modal.popup-editor-dialog .modal-dialog {
|
body.desktop .modal.popup-editor-dialog .modal-dialog {
|
||||||
max-width: 75vw;
|
max-width: 75vw;
|
||||||
}
|
|
||||||
|
|
||||||
.modal.popup-editor-dialog .modal-dialog {
|
|
||||||
border-bottom-left-radius: var(--bs-modal-border-radius);
|
border-bottom-left-radius: var(--bs-modal-border-radius);
|
||||||
border-bottom-right-radius: var(--bs-modal-border-radius);
|
border-bottom-right-radius: var(--bs-modal-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
body.desktop .modal.popup-editor-dialog .modal-dialog {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user