diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-07 10:22:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-07 10:22:35 +0100 |
commit | 83452a1f235074ba635cdc24ae527f1f06b066c1 (patch) | |
tree | 680bfcd8a43b4264e4ecadcf133e7cfeb7cee1fc /client/src/app/videos | |
parent | 481d35966fe49e9a5d3442b658e35403e9464322 (diff) | |
download | PeerTube-83452a1f235074ba635cdc24ae527f1f06b066c1.tar.gz PeerTube-83452a1f235074ba635cdc24ae527f1f06b066c1.tar.zst PeerTube-83452a1f235074ba635cdc24ae527f1f06b066c1.zip |
Watch icon should be on the right
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 2 |
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 d963f713d..6104da94f 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | .video-info-first-row { | 42 | .video-info-first-row { |
43 | display: flex; | 43 | display: flex; |
44 | 44 | ||
45 | & > div { | 45 | & div:first-child { |
46 | flex-grow: 1; | 46 | flex-grow: 1; |
47 | } | 47 | } |
48 | 48 | ||