实现公用的IP名单

This commit is contained in:
GoEdgeLab
2021-06-23 13:12:33 +08:00
parent c4f7eadeda
commit ee2420e8ad
88 changed files with 2060 additions and 69 deletions

View File

@@ -139,7 +139,7 @@ div.margin, p.margin {
}
.main-menu .ui.menu .item span {
display: none;
}
}
@@ -163,11 +163,23 @@ div.margin, p.margin {
color: grey;
}
@media screen and (max-width: 512px) {
.item.expend .subtitle {
display: none;
}
}
.sub-items {
.item {
padding-left: 2.8em !important;
}
@media screen and (max-width: 512px) {
.item {
padding-left: 1em!important;
}
}
.item.active {
background-color: #2185d0 !important;
}