[gnome-shell] loginDialog: Keep hint string from pushing the login box higher



commit c853de20eb7e4ac09d7df0f390179d93e1f7ca0f
Author: Razze <razzeee gmail com>
Date:   Thu Jan 28 20:26:54 2021 +0100

    loginDialog: Keep hint string from pushing the login box higher
    
    When we display the hint string for e.g. (or swipe finger), the login
    box gets pushed up. This is leftover from older styling and should be
    removed. The padding-top is unnecessary and can also be removed, so just
    remove the whole line styling login-dialog-message-hint from the
    stylesheet.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1582>

 data/theme/gnome-shell-sass/widgets/_login-dialog.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss 
b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
index 6c40072c4e..78d2a2af3f 100644
--- a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
+++ b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
@@ -93,7 +93,6 @@
 .login-dialog-banner { color: darken($osd_fg_color,10%); }
 .login-dialog-button-box { width: 23em; spacing: 5px; }
 .login-dialog-message { text-align: center; }
-.login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; }
 .login-dialog-user-selection-box { padding: 100px 0px; }
 .login-dialog-not-listed-label {
   padding-left: 2px;


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