Remove stale sidebar offset from stats bar
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user