mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 调整清空搜索框按钮样式 调整fulldata样式
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 60%;
|
||||
width: 70%;
|
||||
color: @text-color;
|
||||
background: @bg-color;
|
||||
padding: 0px 20px 0px 20px;
|
||||
|
@@ -19,7 +19,7 @@
|
||||
}
|
||||
.clip-search-suffix {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
top: 18px;
|
||||
font-size: 13px;
|
||||
@@ -27,7 +27,7 @@
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: @nav-bg-color;
|
||||
border-radius: 20px;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: @nav-hover-bg-color;
|
||||
|
Reference in New Issue
Block a user