mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 移除more
按钮 改为显示在data
左上角的div
This commit is contained in:
@@ -46,9 +46,10 @@
|
||||
img {
|
||||
max-height: 150px;
|
||||
}
|
||||
.clip-image-size {
|
||||
.clip-data-status {
|
||||
position: absolute;
|
||||
background-color: @bg-color;
|
||||
color: @bg-color;
|
||||
background-color: @text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -62,18 +63,5 @@
|
||||
color: @text-color-lighter;
|
||||
padding: 10px;
|
||||
}
|
||||
.clip-more {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
}
|
||||
.clip-more:hover {
|
||||
background-color: @text-bg-color;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user