gnome-shell 40: Keep hint string from pushing the login box higher
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/c853de20eb7e4ac09d7df0f390179d93e1f7ca0f
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/c853de20eb7e4ac09d7df0f390179d93e1f7ca0f
by roundabout, Sunday, 21 March 2021, 14:25:20 (1616336720), pushed by roundabout, Sunday, 11 May 2025, 13:23:00 (1746969780)
Author identity: nana-4 <hnmaigo@gmail.com>
63197c75fea7fc9a67b9788b117e485ca61113ea
}
.login-dialog-message-hint {
padding-top: 0;
padding-bottom: 20px;
color: hint($on-system);
@if $version < 40 {
padding-top: 0;
padding-bottom: 20px;
}
}
.login-dialog-user-selection-box {