mirror of
https://github.com/zadam/trilium.git
synced 2025-12-03 22:14:24 +01:00
feat(mobile/split): layout vertically on mobile
This commit is contained in:
parent
fd99246c49
commit
e0c0a423c1
@ -2624,4 +2624,12 @@ iframe.print-iframe {
|
|||||||
position: relative;
|
position: relative;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.mobile .split-note-container-widget {
|
||||||
|
flex-direction: column !important;
|
||||||
|
|
||||||
|
.note-split {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user