From 9766562062e33cb4edc7c9b5b3fda21bf9b41c60 Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Tue, 14 Jan 2020 23:57:02 +0530 Subject: [PATCH] theme: Add top padding to unlock-dialog-clock-time The (imaginary) center line for clock time of unlock dialog and the user avatar should be the same. Since the clock font is 64pt, we need 32pt padding (or 42px). https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922 --- data/theme/gnome-shell-sass/widgets/_screen-shield.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss index 6928be9fb..9b362a540 100644 --- a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss +++ b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss @@ -10,6 +10,7 @@ .unlock-dialog-clock-time { font-size: 64pt; padding-bottom: 24px; + padding-top: 42px; font-feature-settings: "tnum"; }