« get me outta code hell

css: get really grumpy about liquid glass safari - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-04-27 13:23:27 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-04-27 13:23:27 -0300
commitbc68f439fca420a99a34811cf1e8ce14a1362faa (patch)
treebf0de34fdb076bde8f0e17de20a0edf19d6591c4 /src/static/css
parent7d0450e3a794b37765d4b348257d2e5e65981ad3 (diff)
css: get really grumpy about liquid glass safari preview
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/features.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css
index 3a1a0cdd..332bb9fa 100644
--- a/src/static/css/features.css
+++ b/src/static/css/features.css
@@ -2118,7 +2118,7 @@
 
   .content-sticky-heading-root:not([inert]) {
     position: sticky;
-    top: 0;
+    top: -1px;
   }
 
   .content-sticky-heading-anchor:not(:where(.content-sticky-heading-root[inert]) *) {
@@ -2226,6 +2226,8 @@
   .content-sticky-heading-row {
     background: var(--bg-black-color);
     border-bottom: 1px dotted rgba(220, 220, 220, 0.4);
+    border-top: 1px solid rgba(220, 220, 220, 0.24);
+    border-radius: 1.4px 1.4px 0 0;
 
     box-shadow:
       inset 0 10px 10px -5px var(--shadow-color),