mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 13:54:05 +08:00
feat: 调整界面动画细节
This commit is contained in:
parent
a1d6f0cc95
commit
4156c915fd
@ -40,6 +40,11 @@
|
||||
padding: 5px 7px 5px 7px;
|
||||
&.clip-data-status {
|
||||
color: @primary-color;
|
||||
&:hover {
|
||||
color: @bg-color;
|
||||
background-color: @primary-color;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -83,7 +88,7 @@
|
||||
font-size: 13px;
|
||||
color: @text-color-lighter;
|
||||
background: @text-bg-color;
|
||||
margin: 0px 5px;
|
||||
margin: 0px 2px;
|
||||
border-radius: 5px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
@ -1,8 +1,7 @@
|
||||
.clip-search {
|
||||
width: 40%;
|
||||
margin-right: 30px;
|
||||
min-width: 300px;
|
||||
input {
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
/* normalize */
|
||||
background: none;
|
||||
outline: none;
|
||||
|
@ -19,9 +19,10 @@
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
margin-left: 5px;
|
||||
.clip-switch-item {
|
||||
padding: 10px 15px 10px 15px;
|
||||
margin: 10px 5px 10px 10px;
|
||||
margin: 10px 5px 10px 5px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user