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/+my-account | |
parent | 7f8db30ccd2162a30f71a8a691c15af6320469d2 (diff) | |
download | PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.tar.gz PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.tar.zst PeerTube-a8981e0b24ad41d9124344a780d878b08cef173b.zip |
Fix UI regressions
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.scss | 7 |
1 files changed, 7 insertions, 0 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 | } |