Center pool stats bar content
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s

This commit is contained in:
Codex Bot
2026-03-24 14:03:51 +01:00
parent 3fc9092f16
commit 9d97da86e1

View File

@@ -445,11 +445,11 @@ footer a {
font-size: 14px;
}
#top-bar div {
#top-bar > .top-bar-shell > div {
padding: 0 12px;
}
#top-bar div strong,
#top-bar > .top-bar-shell > div strong,
#top-bar #statsUpdated {
color: var(--text-main);
}
@@ -920,6 +920,9 @@ footer a .lucide,
.top-bar-shell {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 0;
padding: 0 34px;
}