mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
修复手机下菜单太宽的问题
This commit is contained in:
@@ -296,6 +296,9 @@ p.margin {
|
||||
padding: 0;
|
||||
}
|
||||
@media screen and (max-width: 512px) {
|
||||
.main-menu {
|
||||
width: auto !important;
|
||||
}
|
||||
.main-menu .ui.menu {
|
||||
width: 3.6em !important;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -148,6 +148,10 @@ div.margin, p.margin {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 512px) {
|
||||
.main-menu {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.main-menu .ui.menu {
|
||||
width: 3.6em !important;
|
||||
|
||||
@@ -174,7 +178,6 @@ div.margin, p.margin {
|
||||
.ui.menu {
|
||||
padding-bottom: 3em;
|
||||
|
||||
|
||||
.item {
|
||||
.subtitle {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user