diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-09-23 17:36:57 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-09-23 17:36:57 -0300 |
commit | 92d891d58d98fbd49febc6568272e20406e730b2 (patch) | |
tree | 394bacefea8e43229cbe28ac4cfd606efe34524c /src/static/css/site.css | |
parent | 6f148aedba90d042a4cff0bfc55bc7690e7066e3 (diff) |
css: no like... the hoverable preview
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index ef9ea50a..23d9eb32 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1497,7 +1497,7 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), display: inline-block; } -.content-tooltip-guy:not(.has-link) { +.content-tooltip-guy:not(.has-link) .hoverable { cursor: default; } |