mirror of
https://github.com/zadam/trilium.git
synced 2025-11-30 04:24:24 +01:00
style(mobile): improve quick edit max width
This commit is contained in:
parent
e8bae61afc
commit
470ca3b6dc
@ -13,6 +13,10 @@ body.desktop .modal.popup-editor-dialog .modal-dialog {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile .modal.popup-editor-dialog .modal-dialog {
|
||||||
|
max-width: 90vw;
|
||||||
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .modal-header .modal-title {
|
.modal.popup-editor-dialog .modal-header .modal-title {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user