mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 长内容以蓝色高亮显示 不再提供查看全部
按钮
This commit is contained in:
@@ -37,16 +37,7 @@
|
||||
background-color: @text-bg-color;
|
||||
border-radius: 5px;
|
||||
min-width: 50px;
|
||||
padding: 5px 7px 5px 7px;
|
||||
&.clip-data-status {
|
||||
color: @primary-color;
|
||||
transition: all 0.15s;
|
||||
&:hover {
|
||||
color: @bg-color;
|
||||
background-color: @primary-color;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
}
|
||||
padding: 5px 7px;
|
||||
}
|
||||
}
|
||||
.clip-data {
|
||||
@@ -65,6 +56,9 @@
|
||||
max-width: 90%;
|
||||
box-shadow: 0px 0px 3px @text-color;
|
||||
}
|
||||
.clip-over-sized-content {
|
||||
color: @primary-color-lighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
.clip-count {
|
||||
|
@@ -4,6 +4,7 @@
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
width: fit-content;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
&::after {
|
||||
|
Reference in New Issue
Block a user