+
+
-
+
-
+
-
+
@@ -112,19 +106,16 @@ function logout() {
justify-content: space-between;
box-shadow: 0 0 1px #0003;
- .navbar-right {
- display: flex;
- .navbar-setting-wrapper {
- display: flex;
- align-items: center;
- .navbar-setting-item {
- height: 50px;
- line-height: 50px;
- padding: 0 8px;
- display: inline-block;
- cursor: pointer;
- color: #5a5e66;
- }
+ .navbar-setting-item {
+ height: 50px;
+ line-height: 50px;
+ width: 30px;
+ display: inline-block;
+ cursor: pointer;
+ text-align: center;
+ color: #5a5e66;
+ &:hover {
+ background: rgba(249, 250, 251, 1);
}
}
}
diff --git a/src/styles/dark.scss b/src/styles/dark.scss
index 33c6bb80..21defe6d 100644
--- a/src/styles/dark.scss
+++ b/src/styles/dark.scss
@@ -12,6 +12,9 @@ html.dark{
.navbar {
background-color: var(--el-bg-color);
color: var(--el-text-color-regular);
+ .navbar-setting-item:hover{
+ background: var(--el-fill-color-light);
+ }
}
.right-panel-btn{