File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -474,9 +474,24 @@ html:not(.sidebar-resizing) .sidebar {
474
474
475
475
.sidebar-resize-handle .sidebar-resize-indicator {
476
476
width : 100% ;
477
- height : 12 px ;
478
- background- color: var (--icons );
477
+ height : 16 px ;
478
+ color : var (--icons );
479
479
margin-inline-start : var (--sidebar-resize-indicator-space );
480
+ display : flex;
481
+ align-items : center;
482
+ justify-content : flex-start;
483
+ }
484
+ .sidebar-resize-handle .sidebar-resize-indicator ::before {
485
+ content : "" ;
486
+ width : 2px ;
487
+ height : 12px ;
488
+ border-left : dotted 2px currentColor;
489
+ }
490
+ .sidebar-resize-handle .sidebar-resize-indicator ::after {
491
+ content : "" ;
492
+ width : 2px ;
493
+ height : 16px ;
494
+ border-left : dotted 2px currentColor;
480
495
}
481
496
482
497
[dir = rtl ] .sidebar .sidebar-resize-handle {
You can’t perform that action at this time.
0 commit comments