feat(mobile/split): layout vertically on mobile

This commit is contained in:
Elian Doran 2025-11-29 21:04:22 +02:00
parent fd99246c49
commit e0c0a423c1
No known key found for this signature in database

View File

@ -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%;
}
}