From 05bed41dd19ff904eda7f674272ab323e8b05265 Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Tue, 17 Dec 2019 15:25:21 +0530 Subject: [PATCH] gnome-shell-sass: 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). --- data/theme/gnome-shell-sass/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 55bb06fdf..58c98056e 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -2063,6 +2063,7 @@ $_unlockdialog_shadow: 0px 0px 6px rgba(0, 0, 0, 0.726); .unlock-dialog-clock-time { font-size: 64pt; padding-bottom: 24px; + padding-top: 42px; font-feature-settings: "tnum"; }