Fix incorrect thumbnail ratio in upload list

This commit is contained in:
Kijin Sung 2021-01-03 21:13:47 +09:00
parent d540f78e81
commit 661d23ab4e
2 changed files with 35 additions and 4 deletions

View file

@ -112,6 +112,13 @@
width: 100%;
height: 100%;
}
.xefu-list-images .xefu-thumbnail {
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
}
.xefu-file-video {
position: absolute;
top: 50%;
@ -120,7 +127,8 @@
width: 30px;
height: 30px;
background: rgb(0,0,0,.5);
border-radius: 50%;
border-radius: 50%;
pointer-events: none;
}
.xefu-file-video-play {
position: absolute;