X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=3120509b3b46a9d78b752ac01de59c691090a436;hb=482fa503e545e00252e25eee7b3e0f7d421cf9d4;hp=ea321ee6581c4d2f29e3d272f0c335172eeddaf0;hpb=8dfceec44a5eec8b0190d1d5076aab0f03a0cb52;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss index ea321ee65..3120509b3 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -6,17 +6,15 @@ .form-group-checkbox { display: flex; + align-items: center; - span { + .label-text { font-weight: $font-regular; margin: 0; } input { @include peertube-checkbox(1px); - - width: 10px; - margin-right: 10px; } } @@ -26,6 +24,14 @@ my-help { position: relative; - top: -2px; + top: 2px; + } + + small { + font-size: 90%; + } + + .wrapper:empty { + display: none; } -} +} \ No newline at end of file