mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-15 20:36:56 +08:00
fix: 预览侧栏中悬浮操作按钮改为固定在顶部(文本有遮挡)
This commit is contained in:
parent
e670f34e6e
commit
aaf679fc30
@ -12,13 +12,14 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
.clip-full-operate-list {
|
.clip-full-operate-list {
|
||||||
position: fixed;
|
|
||||||
top: 15px;
|
|
||||||
right: 30%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: flex-end;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
background-color: @text-bg-color;
|
||||||
|
padding: 5px 10px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
&-item {
|
&-item {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user