Skip to content

Commit 303cf65

Browse files
committed
feat(mobile): improve fixed tree layout
1 parent 89db97e commit 303cf65

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/public/stylesheets/style.css

+11
Original file line numberDiff line numberDiff line change
@@ -1423,12 +1423,23 @@ body.mobile #launcher-pane .dropdown.global-menu > .dropdown-menu.show {
14231423
width: 100vw;
14241424
transform: none !important;
14251425
background-color: var(--left-pane-background-color) !important;
1426+
border-bottom: 0.5px solid var(--main-border-color);
1427+
}
1428+
1429+
body.mobile.force-fixed-tree #mobile-sidebar-container {
1430+
display: none !important;
14261431
}
14271432

14281433
body.mobile.force-fixed-tree #mobile-sidebar-wrapper .quick-search {
14291434
display: none;
14301435
}
14311436

1437+
body.mobile.force-fixed-tree .component > button.bx-sidebar {
1438+
visibility: hidden;
1439+
padding: 0;
1440+
width: 6px;
1441+
}
1442+
14321443
body.mobile.force-fixed-tree #mobile-rest-container {
14331444
flex-direction: column !important;
14341445
}

0 commit comments

Comments
 (0)