Remove stale sidebar offset from stats bar
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s

This commit is contained in:
Codex Bot
2026-03-24 14:17:44 +01:00
parent 3e1da47340
commit d2169bf806

View File

@@ -443,6 +443,8 @@ footer a {
backdrop-filter: blur(18px);
line-height: 58px;
font-size: 14px;
display: flex;
justify-content: center;
}
#top-bar > .top-bar-shell > div {
@@ -456,8 +458,8 @@ footer a {
@media (min-width: 992px) {
#top-bar {
left: 250px;
padding: 0 22px;
left: 0;
padding: 0;
}
}