style(next): tree for tablet mode

pull/882/head
Elian Doran 2025-01-04 14:17:17 +07:00
parent f63f308659
commit 2e85e2adb5
No known key found for this signature in database
1 changed files with 9 additions and 7 deletions

@ -431,14 +431,16 @@ body.mobile .fancytree-node > span {
font-size: 1rem !important;
}
body.mobile #mobile-sidebar-container {
background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
body.mobile #mobile-sidebar-container {
background-color: rgba(0, 0, 0, 0.5);
}
body.mobile #mobile-sidebar-wrapper {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-right: 1px solid var(--subtle-border-color);
body.mobile #mobile-sidebar-wrapper {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-right: 1px solid var(--subtle-border-color);
}
}
#left-pane .fancytree-expander {