mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-08 14:24:03 +08:00
fix: 调整预览页operate对齐位置
This commit is contained in:
parent
38a10d6517
commit
b91728f14b
@ -13,7 +13,7 @@
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
.clip-full-operate-list {
|
.clip-full-operate-list {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50%;
|
right: 20%;
|
||||||
z-index: 102;
|
z-index: 102;
|
||||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -32,6 +32,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
margin-bottom: 55px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: @text-bg-color;
|
background-color: @text-bg-color;
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user