diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-08 17:20:06 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-08 17:20:06 -0300 |
commit | f1dcfd613ad7e868a320e3a69c1e39796c1494d4 (patch) | |
tree | 92319f6ece76ebcb65e5750aa04c0c72ad4163f7 /src/static/css/site.css | |
parent | c474f3fb1056fd21cc1e7f20f7a5b0b238a4ad4f (diff) |
content, css: wrap sidebar track section range together
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 49e3fce4..623f129c 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -583,6 +583,15 @@ summary.underline-white > span:hover a:not(:hover) { border-bottom-left-radius: 0; } +.track-list-sidebar-box summary { + padding-left: 20px !important; + text-indent: -15px !important; +} + +.track-list-sidebar-box .track-section-range { + white-space: nowrap; +} + .wiki-search-sidebar-box { padding: 1px 0 0 0; |