From 46db9430af70f45bc656cb0ac8e519f5d0be0149 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 6 Jan 2020 12:40:59 +0100 Subject: Add checkbox focus shadows, and admin resolution descriptions --- client/src/app/shared/forms/peertube-checkbox.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/forms/peertube-checkbox.component.scss') diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss index 51f98b0bc..3b467d49d 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,6 @@ my-help { position: relative; - top: -2px; + top: 2px; } } -- cgit v1.2.3