Center pool stats bar content
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
This commit is contained in:
@@ -445,11 +445,11 @@ footer a {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-bar div {
|
#top-bar > .top-bar-shell > div {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-bar div strong,
|
#top-bar > .top-bar-shell > div strong,
|
||||||
#top-bar #statsUpdated {
|
#top-bar #statsUpdated {
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
}
|
}
|
||||||
@@ -920,6 +920,9 @@ footer a .lucide,
|
|||||||
.top-bar-shell {
|
.top-bar-shell {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0;
|
||||||
padding: 0 34px;
|
padding: 0 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user