We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785ee56 commit 58f0477Copy full SHA for 58f0477
src/front-end/css/chrome.css
@@ -474,9 +474,18 @@ html:not(.sidebar-resizing) .sidebar {
474
475
.sidebar-resize-handle .sidebar-resize-indicator {
476
width: 100%;
477
- height: 12px;
478
- background-color: var(--icons);
+ height: 16px;
+ color: var(--icons);
479
margin-inline-start: var(--sidebar-resize-indicator-space);
480
+ border-right: dotted 2px currentColor;
481
+}
482
+.sidebar-resize-handle .sidebar-resize-indicator::before {
483
+ float: right;
484
+ content: "";
485
+ width: 2px;
486
+ margin-top: 2px;
487
+ height: 12px;
488
+ border-left: dotted 2px currentColor;
489
}
490
491
[dir=rtl] .sidebar .sidebar-resize-handle {
0 commit comments