mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-08 22:54:09 +08:00
fix: 超长图片越界 调整hover动画
This commit is contained in:
parent
f110bc5dda
commit
8ec4d96ee9
@ -7,8 +7,9 @@
|
|||||||
border-width: 0px 0px 1px 0px;
|
border-width: 0px 0px 1px 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
border: 0px solid @primary-color;
|
||||||
|
border-width: 1px 0px 1px 0px;
|
||||||
background-color: @text-bg-color-lighter;
|
background-color: @text-bg-color-lighter;
|
||||||
transition: all 0.15s;
|
|
||||||
}
|
}
|
||||||
.clip-info {
|
.clip-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -45,6 +46,7 @@
|
|||||||
background-color: @bg-color;
|
background-color: @bg-color;
|
||||||
img {
|
img {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
.clip-data-status {
|
.clip-data-status {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user