mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 调整弹出侧栏滚动条样式
This commit is contained in:
@@ -4,11 +4,31 @@
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 60%;
|
||||
color: @text-color;
|
||||
background: @bg-color;
|
||||
padding: 0px 20px 0px 20px;
|
||||
overflow-y: scroll;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
&::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 10px;
|
||||
}
|
||||
&::-webkit-scrollbar-track {
|
||||
border-radius: 2px;
|
||||
background-color: @bg-color;
|
||||
&-piece {
|
||||
border-radius: 2px;
|
||||
background-color: @bg-color;
|
||||
}
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background: @bg-color;
|
||||
border-radius: 2px;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb:hover {
|
||||
background: @nav-bg-color;
|
||||
}
|
||||
}
|
||||
.clip-overlay {
|
||||
z-index: 999999999;
|
||||
|
@@ -26,7 +26,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 13px;
|
||||
color: @text-color-lighter;
|
||||
color: @text-color;
|
||||
background-color: @text-bg-color;
|
||||
border-radius: 5px;
|
||||
min-width: 50px;
|
||||
|
Reference in New Issue
Block a user