[gnome-shell-sass] loginDialog: Keep hint string from pushing the login box higher
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] loginDialog: Keep hint string from pushing the login box higher
- Date: Wed, 3 Feb 2021 12:19:28 +0000 (UTC)
commit 9c4d2d0dfe9e8a218e59da0fbab1602de0455096
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>
widgets/_login-dialog.scss | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/widgets/_login-dialog.scss b/widgets/_login-dialog.scss
index 6c40072..78d2a2a 100644
--- a/widgets/_login-dialog.scss
+++ b/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]