[gnome-shell/uajain/adapt-user-avatar-part2: 2/20] theme: Add top padding to unlock-dialog-clock-time
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/uajain/adapt-user-avatar-part2: 2/20] theme: Add top padding to unlock-dialog-clock-time
- Date: Tue, 11 Feb 2020 16:05:04 +0000 (UTC)
commit 5cb6dd6811ce139e6e7f0c95a655b703387d140e
Author: Umang Jain <mailumangjain gmail com>
Date: Tue Jan 14 23:57:02 2020 +0530
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 6928be9fb5..9b362a5407 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";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]