mirror of https://github.com/aredn/aredn.git
Fix hideway title bar after changes cancelled. (#1790)
This commit is contained in:
parent
83e8462f24
commit
2b051594d5
|
@ -311,6 +311,7 @@ label.switch
|
|||
margin-top: 4px;
|
||||
padding: 10px;
|
||||
border: 2px solid var(--firmware-status-bg-color-positive);
|
||||
background-color: var(--nav-bg-color);
|
||||
}
|
||||
#changes button
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@ body.mobile
|
|||
position: relative;
|
||||
top: 10px;
|
||||
}
|
||||
#m-title:has(#changes:not(:empty)) .nav-node-name
|
||||
#m-title::has(#changes div) .nav-node-name
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ body.mobile hr
|
|||
overflow: hidden;
|
||||
transition: bottom 0.4s;
|
||||
}
|
||||
body.hide-bars #m-title:has(#changes:empty)
|
||||
body.hide-bars #m-title:not(:has(#changes div))
|
||||
{
|
||||
top: -80px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue