« get me outta code hell

css: always put nav link accent on own line in thin layout - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-29 19:48:25 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-03-16 13:30:34 -0300
commit22f09049b0be49096cbcd6574af5e1f31333b9ef (patch)
tree875464e4bdab541b7039d741b102a015ed7c7dc0 /src/static
parent342fdf2efd3584480ae3d26c53063030aa32f391 (diff)
css: always put nav link accent on own line in thin layout
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index b16b0a6..8e94502 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -2166,7 +2166,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content
  */
 
 @media (min-width: 600px) and (max-width: 899.98px) {
-  /* Medim layout is mainly defined (to the user) by hiding the sidebar, so
+  /* Medium layout is mainly defined (to the user) by hiding the sidebar, so
    * don't apply the similar layout change of widening the long-content area
    * if this page doesn't have a sidebar to hide in the first place.
    */
@@ -2270,6 +2270,10 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content
     max-width: unset;
   }
 
+  .nav-main-links .nav-link-accent {
+    display: block;
+  }
+
   /* Show sticky heading above cover art */
 
   .content-sticky-heading-container {