diff --git a/src/front-end/css/chrome.css b/src/front-end/css/chrome.css index 7a95c2441b..507a6056d9 100644 --- a/src/front-end/css/chrome.css +++ b/src/front-end/css/chrome.css @@ -474,9 +474,24 @@ html:not(.sidebar-resizing) .sidebar { .sidebar-resize-handle .sidebar-resize-indicator { width: 100%; - height: 12px; - background-color: var(--icons); + height: 16px; + color: var(--icons); margin-inline-start: var(--sidebar-resize-indicator-space); + display: flex; + align-items: center; + justify-content: flex-start; +} +.sidebar-resize-handle .sidebar-resize-indicator::before { + content: ""; + width: 2px; + height: 12px; + border-left: dotted 2px currentColor; +} +.sidebar-resize-handle .sidebar-resize-indicator::after { + content: ""; + width: 2px; + height: 16px; + border-left: dotted 2px currentColor; } [dir=rtl] .sidebar .sidebar-resize-handle {