mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 19:44:00 -06:00
feat(mobile/split): collapse inactive split when keyboard is opened
This commit is contained in:
parent
a718908385
commit
9682df6240
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user