Skip to content

Commit 0d73f7f

Browse files
committed
update menu.less
1 parent f0a98fe commit 0d73f7f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dist/assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ body.padTop53 {
418418
@media (min-width: 768px) {
419419
#menu.collapse {
420420
display: inherit !important;
421-
height: auto;
421+
height: auto !important;
422422
}
423423
}
424424
#menu > li {
@@ -503,9 +503,6 @@ body.padTop53 {
503503
right: auto;
504504
}
505505
@media (min-width: 768px) {
506-
#menu {
507-
overflow: visible;
508-
}
509506
.mini-sidebar #menu > li > a,
510507
#menu > li > a {
511508
text-align: center;
@@ -546,6 +543,9 @@ body.padTop53 {
546543
}
547544
}
548545
@media (min-width: 992px) {
546+
#menu {
547+
overflow: visible;
548+
}
549549
#menu > li > a {
550550
text-align: left;
551551
}

dist/assets/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/less/main/general/menu.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@media (min-width: @screen-tablet) {
1717
&.collapse {
1818
display: inherit !important;
19-
height: auto;
19+
height: auto !important;
2020
}
2121
}
2222

@@ -107,7 +107,6 @@
107107

108108
@media (min-width: @screen-tablet) {
109109
#menu {
110-
overflow: visible;
111110
.mini-sidebar &, & {
112111
> li > a {
113112
text-align: center;
@@ -148,7 +147,8 @@
148147
}
149148

150149
@media (min-width: @screen-desktop) {
151-
150+
#menu{
151+
overflow: visible;}
152152
#menu > li > a {
153153
text-align: left;
154154
> i {

0 commit comments

Comments
 (0)