diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-10 19:52:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-10 19:52:48 +0200 |
commit | 5a12f665ea751534af60970e0f5f7607710bc193 (patch) | |
tree | 72dbef1dc00517f59cb50b310a1aaa9b5a2a5703 /web/style/nodecard.css | |
parent | a820b817bf4bfbf7e8978ffc427ccbf75a74309a (diff) | |
parent | 3e3064b7b8adc1354ba833a0903cc59d2ef6d83f (diff) | |
download | jellything-5a12f665ea751534af60970e0f5f7607710bc193.tar jellything-5a12f665ea751534af60970e0f5f7607710bc193.tar.bz2 jellything-5a12f665ea751534af60970e0f5f7607710bc193.tar.zst |
merge
Diffstat (limited to 'web/style/nodecard.css')
-rw-r--r-- | web/style/nodecard.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/web/style/nodecard.css b/web/style/nodecard.css index ab25dd3..5a48f8f 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -30,13 +30,21 @@ object-position: center; width: 100%; } -.card .title { +.card .title, .card .subtitle { text-align: center; margin-top: 0.5em; text-align: center; text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} +.card .subtitle { + margin-top: 0.25em; +} +.card .subtitle a { + color: var(--font-dark); } -.card .title a { +.card .title a, .card .subtitle a { text-decoration-line: none; } .card .title a:hover { |