mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 调整了查看全部
按钮的位置
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
padding: 10px;
|
||||
.clip-time {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-width: 100px;
|
||||
@@ -37,6 +38,9 @@
|
||||
border-radius: 5px;
|
||||
min-width: 50px;
|
||||
padding: 5px 7px 5px 7px;
|
||||
&.clip-data-status {
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
.clip-data {
|
||||
@@ -54,15 +58,6 @@
|
||||
max-width: 90%;
|
||||
box-shadow: 0px 0px 3px @text-color;
|
||||
}
|
||||
.clip-data-status {
|
||||
position: absolute;
|
||||
width: fit-content;
|
||||
color: @text-color;
|
||||
background-color: @primary-color-lighter;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.clip-count {
|
||||
|
Reference in New Issue
Block a user