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
This commit is contained in:
parent
c6a79fafc9
commit
9766562062
@ -10,6 +10,7 @@
|
||||
.unlock-dialog-clock-time {
|
||||
font-size: 64pt;
|
||||
padding-bottom: 24px;
|
||||
padding-top: 42px;
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user