File tree Expand file tree Collapse file tree 1 file changed +26
-12
lines changed
Expand file tree Collapse file tree 1 file changed +26
-12
lines changed Original file line number Diff line number Diff line change 3737}
3838
3939.nodes-anchored-sidebar .collapsed {
40- width : 48px !important ;
41- min-width : 48px ;
42- max-width : 48px ;
40+ width : 0 !important ;
41+ min-width : 0 ;
42+ max-width : 0 ;
43+ overflow : visible;
4344}
4445
4546/* Resize handle on right edge of sidebar */
122123 border-bottom : none;
123124 box-shadow : none;
124125 backdrop-filter : none;
126+ transition : width 0.3s ease;
127+ }
128+
129+ .messages-sidebar .collapsed {
130+ width : 0 !important ;
131+ min-width : 0 ;
132+ max-width : 0 ;
133+ overflow : visible;
125134}
126135
127136.messages-split-view {
554563}
555564
556565.nodes-sidebar .collapsed .sidebar-header {
557- display : flex ;
558- align-items : center ;
559- justify-content : center ;
560- padding : 0.5 rem ;
566+ position : absolute ;
567+ top : 8 px ;
568+ left : 8 px ;
569+ padding : 0 ;
561570 border-bottom : none;
571+ background : transparent;
572+ z-index : 1000 ;
573+ width : auto;
574+ min-height : auto;
562575}
563576
564577.nodes-sidebar .collapsed .collapse-nodes-btn {
565578 position : static;
566- margin : auto ;
579+ box-shadow : 0 2 px 6 px rgba ( 0 , 0 , 0 , 0.3 ) ;
567580}
568581
569582.nodes-sidebar .collapsed .sidebar-header h3 {
12501263 height : 100% ;
12511264 }
12521265
1253- /* When collapsed on mobile, show as small strip */
1266+ /* When collapsed on mobile, reclaim all space */
12541267 .nodes-anchored-sidebar .collapsed {
12551268 position : static;
1256- width : 40 px ;
1257- min-width : 40 px ;
1258- max-width : 40 px ;
1269+ width : 0 !important ;
1270+ min-width : 0 ;
1271+ max-width : 0 ;
12591272 max-height : 100% ;
12601273 padding : 0 ;
1274+ overflow : visible;
12611275 }
12621276
12631277 .nodes-sidebar .collapsed .sidebar-header {
You can’t perform that action at this time.
0 commit comments