mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
Fix gifv overflow
This commit is contained in:
parent
d6ebc9a54a
commit
e73bd2e87b
@ -24,6 +24,12 @@ body {
|
||||
}
|
||||
|
||||
.media--gifv {
|
||||
width: 100vw;
|
||||
overflow: unset;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.media--gifv video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user