diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-18 10:20:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-18 10:20:13 +0200 |
commit | 80109b2ddb14ec4a54cede7885611cb9244da3cb (patch) | |
tree | d84323763c38cbdc1aff156598d9ab215bfe4dbe /client/src/app/videos | |
parent | 66dc59076413b9a4aa0899d3192b0bdf03ee654d (diff) | |
download | PeerTube-80109b2ddb14ec4a54cede7885611cb9244da3cb.tar.gz PeerTube-80109b2ddb14ec4a54cede7885611cb9244da3cb.tar.zst PeerTube-80109b2ddb14ec4a54cede7885611cb9244da3cb.zip |
Handle when autoplay fails
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 3ebeccd4b..8bc9f8d9a 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -332,7 +332,7 @@ | |||
332 | 332 | ||
333 | .video-actions-rates { | 333 | .video-actions-rates { |
334 | margin-top: 20px; | 334 | margin-top: 20px; |
335 | align-items: left; | 335 | align-items: start; |
336 | 336 | ||
337 | .video-info-likes-dislikes-bar { | 337 | .video-info-likes-dislikes-bar { |
338 | margin-top: 10px; | 338 | margin-top: 10px; |