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