diff --git a/common/templates/html/nav/nav.html b/common/templates/html/nav/nav.html
index d6a8837a..b7d07a3f 100644
--- a/common/templates/html/nav/nav.html
+++ b/common/templates/html/nav/nav.html
@@ -137,15 +137,15 @@
}
ul[m-id="{{d.mId}}"] .layui-nav-item dd > a {
+ font-family: "Lato", "Noto Sans SC";
font-size: 13px;
line-height: 13px;
border-radius: 5px;
box-sizing: content-box;
- padding: 5px 7px 4px 7px !important;
+ padding: 5px 7px;
margin: 0px 5px;
border-radius: 5px;
min-width: 100px;
- font-family: "Lato", "Noto Sans SC";
transition: none;
-webkit-transition: none;
}
@@ -176,11 +176,11 @@
ul[m-id="{{d.mId}}"] > .editor-btn-container {
line-height: 22px;
font-size: 16px;
- border-radius: 5px;
background-color: rgba(255, 255, 255, 0.05);
margin: 4px;
padding: 0 2px;
border: 1px solid rgba(204, 204, 204, 0.2);
+ border-radius: 5px;
}
ul[m-id="{{d.mId}}"] > .editor-btn-container > .copyright {