forked from fedi/mastodon
Give video player fluid max-width (#4935)
This commit is contained in:
parent
2bbf987a0a
commit
4f0597d579
|
@ -3810,6 +3810,7 @@ button.icon-button.active i.fa-retweet {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $base-shadow-color;
|
background: $base-shadow-color;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
video {
|
video {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue