Browse Source

Give video player fluid max-width (#4935)

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
4f0597d579
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/components.scss

+ 1
- 0
app/javascript/styles/components.scss View File

@ -3810,6 +3810,7 @@ button.icon-button.active i.fa-retweet {
overflow: hidden;
position: relative;
background: $base-shadow-color;
max-width: 100%;
video {
height: 100%;

Loading…
Cancel
Save