about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-09-14 04:03:00 +0200
committerGitHub <noreply@github.com>2017-09-14 04:03:00 +0200
commit4f0597d5793cd1c425369d2a5649f3d5cb3446ae (patch)
tree1eea8350b7bb171ed65cef6dfc13b3ca3ca2e2c3 /app
parent2bbf987a0a352a36ef0cc7f06fe366b60593e89c (diff)
Give video player fluid max-width (#4935)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 3039e3b8e..d323c2ff0 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -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%;