diff --git a/src/static/css/style.css b/src/static/css/style.css index e1fb3bf..3d8e958 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -646,6 +646,13 @@ a:hover { transform: rotate(0deg); } + +/* Trennlinie zwischen Sidebar-Sektionen */ +.sidebar-section + .sidebar-section { + border-top: 1px solid var(--border); + margin-top: 4px; + padding-top: 4px; +} .sidebar-section-count { margin-left: auto; font-size: 10px;