X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Faccount%2Faccount-videos%2Faccount-videos.component.scss;h=707bd66add980e2efcc5471439636e6d97b4fcd1;hb=a0d69908239718ca3bd03097fbd9eb7e2a13ff75;hp=0d478edd7552507dd49dbb9a11968d72ae61c397;hpb=15a7387da888492068e2ce3d1e39639d142f6c6e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/account/account-videos/account-videos.component.scss b/client/src/app/account/account-videos/account-videos.component.scss index 0d478edd7..707bd66ad 100644 --- a/client/src/app/account/account-videos/account-videos.component.scss +++ b/client/src/app/account/account-videos/account-videos.component.scss @@ -46,11 +46,6 @@ min-height: 130px; padding-bottom: 20px; - input[type=checkbox] { - margin-right: 20px; - outline: 0; - } - &:first-child { margin-top: 47px; } @@ -60,6 +55,17 @@ border-bottom: 1px solid #C6C6C6; } + .checkbox-container { + display: flex; + align-items: center; + margin-right: 20px; + margin-left: 12px; + + input[type=checkbox] { + @include peertube-checkbox(2px); + } + } + my-video-thumbnail { margin-right: 10px; }