From e6a463d1f3b7b5cdd89b67e260323f507898ffd5 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 25 Apr 2018 10:55:19 +0200 Subject: Personal settings: Fix visibility alignment and avatar description text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- settings/css/settings.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'settings') diff --git a/settings/css/settings.scss b/settings/css/settings.scss index a040ee6195a..6108a777327 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -52,9 +52,6 @@ input { #displayavatar { text-align: center; - p { - text-align: left; - } } #uploadavatarbutton, #selectavatar, #removeavatar { @@ -119,6 +116,7 @@ input { background-size: 16px; background-position: left 8px; opacity: .3; + margin-top: -2px; margin-left: 10px; cursor: pointer; @@ -234,7 +232,7 @@ input { margin-bottom: 12px; display: inline-flex; flex-wrap: nowrap; - justify-content: space-between; + justify-content: flex-start; width: 100%; > label { white-space: nowrap; -- cgit v1.2.3