mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 22:04:06 +08:00
fix: 预览页功能按钮居中布局
This commit is contained in:
parent
9d51968859
commit
fde3286e82
@ -12,9 +12,13 @@
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
.clip-full-operate-list {
|
||||
position: fixed;
|
||||
right: 50%;
|
||||
z-index: 99;
|
||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
justify-content: center;
|
||||
color: @text-color;
|
||||
background-color: @text-bg-color;
|
||||
padding: 5px 5px;
|
||||
@ -22,9 +26,11 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
.clip-full-content {
|
||||
background-color: @text-bg-color;
|
||||
position: relative;
|
||||
top: 50px;
|
||||
padding: 20px;
|
||||
border-radius: 5px;
|
||||
background-color: @text-bg-color;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
|
@ -1,7 +1,7 @@
|
||||
.clip-operate {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
min-width: 180px;
|
||||
padding: 0px 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user