mirror of
https://github.com/zadam/trilium.git
synced 2025-12-17 21:59:55 +01:00
chore(css): fix overly narrow empty tab layout on mobile
This commit is contained in:
@@ -1582,6 +1582,14 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.note-split.empty-note {
|
||||
--max-content-width: var(--preferred-max-content-width);
|
||||
}
|
||||
|
||||
.note-detail-empty {
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
#mobile-sidebar-container.show #mobile-sidebar-wrapper {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user