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