diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-21 23:53:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-21 23:53:38 +0100 |
commit | fbe81537a258a0f8b087a5a21abd58fb9c8a4ee1 (patch) | |
tree | 3db5d41fa6a6380905dfb52c9e34b2436f0679f3 /web/style/layout.css | |
parent | b127ee51925f59b306b032dbacc11464ed175a60 (diff) | |
download | jellything-fbe81537a258a0f8b087a5a21abd58fb9c8a4ee1.tar jellything-fbe81537a258a0f8b087a5a21abd58fb9c8a4ee1.tar.bz2 jellything-fbe81537a258a0f8b087a5a21abd58fb9c8a4ee1.tar.zst |
lazy image loading, person subtitles
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 3ad5236..7fcfee1 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -92,6 +92,10 @@ footer p { font-size: 0.8em; } +summary h3 { + display: inline; +} + *::before, .icon { font-family: "Material Icons"; @@ -126,4 +130,4 @@ footer p { #main h2 { margin: 0; } -}
\ No newline at end of file +} |