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