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,15 +2627,22 @@ iframe.print-iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
body.mobile .split-note-container-widget {
|
body.mobile {
|
||||||
flex-direction: column !important;
|
.split-note-container-widget {
|
||||||
|
flex-direction: column !important;
|
||||||
.note-split {
|
|
||||||
width: 100%;
|
.note-split {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-split.visible + .note-split.visible {
|
||||||
|
border-top: 1px solid var(--main-border-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-split.visible + .note-split.visible {
|
#root-widget.virtual-keyboard-opened .note-split:not(:focus-within) {
|
||||||
border-top: 1px solid var(--main-border-color);
|
max-height: 80px;
|
||||||
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user