mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 调整侧栏全部数据样式 增加不隐藏插件执行复制的功能
This commit is contained in:
@@ -2,14 +2,19 @@
|
||||
z-index: 9999999999;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
height: -webkit-fill-available;
|
||||
width: 70%;
|
||||
color: @text-color;
|
||||
background: @bg-color;
|
||||
padding: 0px 20px 0px 20px;
|
||||
margin: 0px 0px;
|
||||
padding: 10px 20px;
|
||||
overflow-y: scroll;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
div {
|
||||
background-color: @text-bg-color;
|
||||
padding: 10px;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
@@ -25,9 +30,9 @@
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background: @text-color-lighter;
|
||||
border-radius: 5px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb:hover {
|
||||
background: @text-color;
|
||||
&:hover {
|
||||
background: @text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
.clip-overlay {
|
||||
|
Reference in New Issue
Block a user