[gnome-shell/uajain/adapt-user-avatar] fixup! userWidget: Pack vertically and align in the center



commit 6114386f20f4dc8aa0c4c0e26aebb003616b74d4
Author: Umang Jain <mailumangjain gmail com>
Date:   Mon Dec 9 17:45:01 2019 +0530

    fixup! userWidget: Pack vertically and align in the center
    
    Remove left padding so the username is center aligned w.r.t
    screen.

 data/theme/gnome-shell-sass/_common.scss | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index aff498e5b4..d0831f4949 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -2024,13 +2024,8 @@ StScrollBar {
     font-size: 11pt;
     font-weight: bold;
     text-align: center;
-    padding-left: 15px;
     padding-top: 24px;
   }
-    .user-widget-label {
-      &:ltr { padding-left: 14px; }
-      &:rtl { padding-right: 14px; }
-    }
 
   .login-dialog-prompt-layout {
       padding-top: 24px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]