mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 调整导航栏图标
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
color: @primary-color;
|
||||
background-color: @bg-color;
|
||||
transition: all 0.15s ease-in-out;
|
||||
svg {
|
||||
fill: @primary-color;
|
||||
}
|
||||
}
|
||||
.clip-switch-items {
|
||||
display: flex;
|
||||
@@ -22,6 +25,10 @@
|
||||
flex-direction: row;
|
||||
margin-left: 5px;
|
||||
.clip-switch-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 58px;
|
||||
padding: 10px 15px 10px 15px;
|
||||
margin: 10px 5px 10px 5px;
|
||||
cursor: pointer;
|
||||
@@ -32,6 +39,11 @@
|
||||
background-color: @nav-hover-bg-color;
|
||||
transition: all 0.15s ease-in-out;
|
||||
}
|
||||
svg {
|
||||
margin-right: 5px;
|
||||
max-width: 30%;
|
||||
fill: @text-color-lighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
.clip-switch-btn-list {
|
||||
|
Reference in New Issue
Block a user