diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-07-08 09:31:02 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-07-08 09:31:02 -0300 |
| commit | ffe1f8cfc4fed1496224777b8ecd3f007c00d79f (patch) | |
| tree | 2edc5f9a15148d3f0ee0e8e230ba485e6babad73 /src/static/css/miscellany.css | |
| parent | 1d7814841c796654390d97db0d8a7430737b27b7 (diff) | |
content, data, css: align group info page album list with gallery tabs preview
Diffstat (limited to 'src/static/css/miscellany.css')
| -rw-r--r-- | src/static/css/miscellany.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index 5cff2d57..11c07241 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -68,25 +68,21 @@ } } - .other-group-accent, .rerelease-line { opacity: 0.7; font-style: oblique; } - .other-group-accent { - white-space: nowrap; - } - - .other-group-accent a { - color: var(--page-primary-color); + :is(dt, li) .by { + font-style: oblique; } - dt .by, li .by { - font-style: oblique; + :is(dt, li) .by a { + display: inline-block; } - dt .by a, li .by a { + :is(dt, li) .other-group-accent a { + color: var(--page-primary-color); display: inline-block; } |