aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-03 18:06:58 +0200
committerChocobozzz <me@florianbigard.com>2018-04-03 18:06:58 +0200
commit09edde4084bf2fc8914495ce7c884b3b02c7c8be (patch)
treed1175e772f239b6a5717bbaca0ff20f83d7c4819 /client/src/app/videos/+video-watch/video-watch.component.scss
parentb891f9bc612217b5b6f08a886c7d12eca260b9c8 (diff)
downloadPeerTube-09edde4084bf2fc8914495ce7c884b3b02c7c8be.tar.gz
PeerTube-09edde4084bf2fc8914495ce7c884b3b02c7c8be.tar.zst
PeerTube-09edde4084bf2fc8914495ce7c884b3b02c7c8be.zip
Fix video watch page responsive
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index 109357b59..03f960339 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -1,7 +1,7 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4#video-container { 4#video-element-wrapper {
5 background-color: #000; 5 background-color: #000;
6 display: flex; 6 display: flex;
7 justify-content: center; 7 justify-content: center;