This repository was archived by the owner on Jul 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -844,23 +844,21 @@ button.secondary:hover {
844
844
/* -- Application ---------------------------------------------------------- */
845
845
846
846
# app {
847
- display : flex;
848
- flex-grow : 1 ;
849
- flex-direction : row;
847
+ display : grid;
848
+ grid-template-columns : var (--main-sidebar-width ) 1fr ;
850
849
}
851
850
852
851
/* -- Main Sidebar --------------------------------------------------------- */
853
852
854
853
# main-sidebar {
855
- width : var (--main-sidebar-width );
856
- background : var (--color-sidebar-bg );
857
- color : var (--color-sidebar-fg );
858
- border-right : 1px solid var (--color-sidebar-border );
859
854
display : flex;
860
855
flex-direction : column;
861
- font-size : var (--font-size-medium );
862
856
overflow : auto;
863
857
height : 100vh ;
858
+ background : var (--color-sidebar-bg );
859
+ color : var (--color-sidebar-fg );
860
+ border-right : 1px solid var (--color-sidebar-border );
861
+ font-size : var (--font-size-medium );
864
862
padding : 1rem 1rem 1rem 1.5rem ;
865
863
scrollbar-width : thin;
866
864
scrollbar-color : var (--color-sidebar-subtle-fg ) var (--color-sidebar-bg );
@@ -1084,7 +1082,6 @@ button.secondary:hover {
1084
1082
# workspace {
1085
1083
background : var (--color-workspace-bg );
1086
1084
color : var (--color-workspace-fg );
1087
- flex-grow : 1 ;
1088
1085
}
1089
1086
1090
1087
# workspace-toolbar {
You can’t perform that action at this time.
0 commit comments