mirror of
https://github.com/zadam/trilium.git
synced 2026-07-10 08:13:52 +02:00
feat(mobile/split): layout vertically on mobile
This commit is contained in:
@@ -2624,4 +2624,12 @@ iframe.print-iframe {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.mobile .split-note-container-widget {
|
||||
flex-direction: column !important;
|
||||
|
||||
.note-split {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user