mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
Fix incorrect thumbnail ratio in upload list
This commit is contained in:
parent
d540f78e81
commit
661d23ab4e
2 changed files with 35 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue