diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-24 17:54:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-24 18:03:39 +0200 |
commit | a8981e0b24ad41d9124344a780d878b08cef173b (patch) | |
tree | e6e3ea1b4175879414c391227ba44042b4768eb0 /client/src/app/videos | |
parent | 7f8db30ccd2162a30f71a8a691c15af6320469d2 (diff) | |
download | PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.tar.gz PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.tar.zst PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.zip |
Fix UI regressions
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 17 |
1 files changed, 12 insertions, 5 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 7bc2cae02..5060867a4 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -341,6 +341,7 @@ | |||
341 | 341 | ||
342 | .video-miniature-information { | 342 | .video-miniature-information { |
343 | flex-grow: 1; | 343 | flex-grow: 1; |
344 | margin-left: 10px; | ||
344 | } | 345 | } |
345 | } | 346 | } |
346 | } | 347 | } |
@@ -441,11 +442,7 @@ | |||
441 | } | 442 | } |
442 | 443 | ||
443 | .other-videos { | 444 | .other-videos { |
444 | padding-left: 0; | 445 | padding-left: 0 !important; |
445 | |||
446 | /deep/ .video-miniature .video-miniature-information { | ||
447 | margin-left: 10px; | ||
448 | } | ||
449 | } | 446 | } |
450 | 447 | ||
451 | .privacy-concerns { | 448 | .privacy-concerns { |
@@ -474,6 +471,16 @@ | |||
474 | } | 471 | } |
475 | } | 472 | } |
476 | 473 | ||
474 | .other-videos { | ||
475 | /deep/ .video-miniature { | ||
476 | flex-direction: column; | ||
477 | |||
478 | .video-miniature-information { | ||
479 | margin-left: 0 !important; | ||
480 | } | ||
481 | } | ||
482 | } | ||
483 | |||
477 | .privacy-concerns { | 484 | .privacy-concerns { |
478 | width: 100%; | 485 | width: 100%; |
479 | 486 | ||