feat: hide more navigator items

This commit is contained in:
RockYang
2024-04-22 16:27:53 +08:00
parent dacdd6fe74
commit be3245666e
10 changed files with 76 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1713751571578') format('woff2'),
url('iconfont.woff?t=1713751571578') format('woff'),
url('iconfont.ttf?t=1713751571578') format('truetype');
src: url('iconfont.woff2?t=1713766977199') format('woff2'),
url('iconfont.woff?t=1713766977199') format('woff'),
url('iconfont.ttf?t=1713766977199') format('truetype');
}
.iconfont {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-more:before {
content: "\e63c";
}
.icon-mj:before {
content: "\e643";
}