aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-24 17:54:43 +0200
committerChocobozzz <me@florianbigard.com>2018-07-24 18:03:39 +0200
commita8981e0b24ad41d9124344a780d878b08cef173b (patch)
treee6e3ea1b4175879414c391227ba44042b4768eb0 /client
parent7f8db30ccd2162a30f71a8a691c15af6320469d2 (diff)
downloadPeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.tar.gz
PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.tar.zst
PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.zip
Fix UI regressions
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.scss7
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss17
2 files changed, 19 insertions, 5 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
index 9cd985273..9df28f472 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
@@ -52,6 +52,13 @@
52 margin-top: 47px; 52 margin-top: 47px;
53 } 53 }
54 54
55 .checkbox-container {
56 display: flex;
57 align-items: center;
58 margin-right: 20px;
59 margin-left: 12px;
60 }
61
55 my-video-thumbnail { 62 my-video-thumbnail {
56 margin-right: 10px; 63 margin-right: 10px;
57 } 64 }
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