diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-09 19:00:13 -0400 | 
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-16 13:30:35 -0300 | 
| commit | 02345eb774995008d0a36733889d110a0859b841 (patch) | |
| tree | 113df286519530fd956c59159da418501f034590 | |
| parent | 48f5c7086c8688e13fdccc564352ceef310df7bd (diff) | |
css: only stack accent vertically in thin layout if nav has content
| -rw-r--r-- | src/static/site6.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/static/site6.css b/src/static/site6.css index 6efe3cc7..fbf2521e 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -2271,7 +2271,7 @@ html[data-language-code="preview-en"][data-url-key="localized.home"] #content max-width: unset; } - .nav-main-links .nav-link-accent { + .nav-has-content .nav-main-links .nav-link-accent { display: block; } | 
