Separate centered stats bar content from language selector
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s

This commit is contained in:
Codex Bot
2026-03-24 14:19:46 +01:00
parent d2169bf806
commit c68126bba0

View File

@@ -363,13 +363,18 @@ footer a {
color: var(--text-main);
}
.nav-shell,
.top-bar-shell {
.nav-shell {
width: fit-content;
max-width: calc(100% - 68px);
margin: 0 auto;
}
.top-bar-shell {
width: 100%;
max-width: var(--content-max-width);
margin: 0 auto;
}
.nav-side-menu .brand {
background:
linear-gradient(135deg, rgba(66, 245, 200, 0.14), rgba(76, 200, 255, 0.12)),
@@ -456,6 +461,10 @@ footer a {
color: var(--text-main);
}
#top-bar #langSelector {
margin-left: auto;
}
@media (min-width: 992px) {
#top-bar {
left: 0;
@@ -922,7 +931,7 @@ footer a .lucide,
.top-bar-shell {
display: flex;
align-items: center;
justify-content: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 0;
padding: 0 34px;