修复手机下菜单太宽的问题

This commit is contained in:
GoEdgeLab
2024-03-25 11:47:21 +08:00
parent 21cc5b054a
commit fdc82104af
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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;