fix
This commit is contained in:
@@ -96,18 +96,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .preview {
|
> .preview {
|
||||||
width: 80px;
|
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
max-height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
> img {
|
> img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
max-height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
> .close {
|
> .close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.1px;
|
top: -10px;
|
||||||
right: 0.1px;
|
right: -10px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user