chore(css): fix overly narrow empty tab layout on mobile

This commit is contained in:
SiriusXT 2025-11-21 14:44:09 +08:00
parent 33b9e6d0c1
commit d98a644b75

View File

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