Separate centered stats bar content from language selector
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user