diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-15 23:19:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-02 22:12:49 -0300 |
commit | 8e2fb80d5b41e5d452f7922b0d4eee8d582ac06f (patch) | |
tree | 8b39c999e4391f54f9a862965ea6b2f1617e2c37 /src/static | |
parent | 53eb9d679e9b43f59320b39a52421cb33a15f9de (diff) |
content, css: gGIPAlbumsSection: by series/date dot switcher
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index d4d9deb1..9d17fd0f 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1608,6 +1608,10 @@ ul > li.has-details { font-style: oblique; } +.group-view-switcher { + margin-left: 1ch; +} + #content hr { border: 1px inset #808080; width: 100%; |