mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
fix: set min size for video
when the video is not loaded, the size is determined by the poster image. But when the poster image returns a 404, then the video had a size of 0x0
This commit is contained in:
parent
f90bf5b724
commit
736bf1c3dd
1 changed files with 2 additions and 0 deletions
|
@ -1103,6 +1103,8 @@ a.search_subreddit:hover {
|
|||
}
|
||||
|
||||
.post_media_video {
|
||||
min-width: 100px;
|
||||
max-width: 100px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue