fixup! userWidget: Pack vertically and align in the center

Username font-size should match with date's font-size which is
16pt.
This commit is contained in:
Umang Jain 2019-12-17 15:00:39 +05:30
parent 01c2313c16
commit e56f81b29c

View File

@ -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;
}