mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
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:
parent
fd67e09cf0
commit
086f713752
1 changed files with 1 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue