mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
feat(mobile/split): collapse inactive split when keyboard is opened
This commit is contained in:
@@ -2627,7 +2627,8 @@ iframe.print-iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
body.mobile .split-note-container-widget {
|
body.mobile {
|
||||||
|
.split-note-container-widget {
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
|
|
||||||
.note-split {
|
.note-split {
|
||||||
@@ -2638,4 +2639,10 @@ iframe.print-iframe {
|
|||||||
border-top: 1px solid var(--main-border-color);
|
border-top: 1px solid var(--main-border-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#root-widget.virtual-keyboard-opened .note-split:not(:focus-within) {
|
||||||
|
max-height: 80px;
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user