X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=3120509b3b46a9d78b752ac01de59c691090a436;hb=b764380ac23f4e9d4677d08acdc3474c2931a16d;hp=51f98b0bc8c919bacc757b222b5ec4a0efb88ede;hpb=8d5e65349deebd499c0be10fe02d535a77d58ddb;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 51f98b0bc..3120509b3 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -6,6 +6,7 @@ .form-group-checkbox { display: flex; + align-items: center; .label-text { font-weight: $font-regular; @@ -23,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