mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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).
This commit is contained in:
parent
e56f81b29c
commit
05bed41dd1
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue