优化文字和界面

This commit is contained in:
GoEdgeLab
2023-05-26 10:52:45 +08:00
parent 91345a5348
commit ce88f5ac0a
5 changed files with 23 additions and 6 deletions

View File

@@ -621,6 +621,16 @@ body.expanded .main {
}
}
.item.active:not(.title).icon {
.bottom-indicator {
border-bottom: 1px #2185d0 solid;
position: absolute;
left: 0;
right: 0.6em;
bottom: 1px;
}
}
.item.active.blue {
font-weight: bold !important;
}