diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-02 16:57:34 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-02 16:57:34 +0100 |
commit | c4d40a34be067872e8b6f59520ab9da8d89b70e0 (patch) | |
tree | c7a5d12b100051938655354e95eff1763d16c24e /web/style/props.css | |
parent | 4d3ec68b9cbac493ee76981527cb0e780fac9432 (diff) | |
download | jellything-c4d40a34be067872e8b6f59520ab9da8d89b70e0.tar jellything-c4d40a34be067872e8b6f59520ab9da8d89b70e0.tar.bz2 jellything-c4d40a34be067872e8b6f59520ab9da8d89b70e0.tar.zst |
default square poster aspect
Diffstat (limited to 'web/style/props.css')
-rw-r--r-- | web/style/props.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/style/props.css b/web/style/props.css index 4745834..0477f36 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -49,6 +49,9 @@ .props p.visibility::before { content: "visibility_off"; } +/* .props p.likes::before { + content: "thumb_up"; +} */ @media (max-width: 500px) { .props { |