Wizard UI: Constrain navigation width (#5697)

This way the back and close buttons stay within the regular container size on and don't stick to the left and right end on wide screens.

Closes #5693.
This commit is contained in:
d11n 2024-01-25 08:38:05 +01:00 committed by GitHub
parent fd67e09cf0
commit 086f713752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,21 +7,7 @@ body {
display: flex;
align-items: center;
justify-content: space-between;
}
@media (max-width: 575px) {
#wizard-navbar {
margin-top: -35px;
}
}
@media (min-width: 576px) {
#wizard-navbar {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 24px;
}
margin-top: -2rem;
}
#wizard-navbar a,