Bust pool asset cache and center stats shell
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s

This commit is contained in:
Codex Bot
2026-03-24 14:14:05 +01:00
parent 9d97da86e1
commit 3e1da47340
2 changed files with 5 additions and 5 deletions

View File

@@ -365,8 +365,8 @@ footer a {
.nav-shell,
.top-bar-shell {
width: 100%;
max-width: var(--content-max-width);
width: fit-content;
max-width: calc(100% - 68px);
margin: 0 auto;
}