From e56f81b29c4a5bbc54eb14e30c2088da881a061c Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Tue, 17 Dec 2019 15:00:39 +0530 Subject: [PATCH] fixup! userWidget: Pack vertically and align in the center Username font-size should match with date's font-size which is 16pt. --- data/theme/gnome-shell-sass/_common.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index eb0f41c88..55bb06fdf 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -2021,8 +2021,7 @@ StScrollBar { .login-dialog-username, .user-widget-label { color: $osd_fg_color; - font-size: 11pt; - font-weight: bold; + font-size: 16pt; text-align: center; padding-top: 24px; }