mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03: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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user