mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fix toggle button always showing up
This commit is contained in:
parent
b3e8bdbf11
commit
0a8be8243f
@ -27,7 +27,7 @@
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width: @menu-breakpoint + 1px) {
|
||||
@media screen and (min-width: (@menu-breakpoint + 1px)) {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
@ -36,10 +36,10 @@
|
||||
}
|
||||
|
||||
&-toggle {
|
||||
@media screen and (min-width: @menu-breakpoint + 1px) {
|
||||
display: flex;
|
||||
@media screen and (min-width: (@menu-breakpoint + 1px)) {
|
||||
display: none;
|
||||
}
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user