mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
margin-top: -2rem;
|
||||||
|
|
||||||
@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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#wizard-navbar a,
|
#wizard-navbar a,
|
||||||
|
|
Loading…
Add table
Reference in a new issue