theme: Make world clock times tabular

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2825
This commit is contained in:
PrOF-kk 2020-05-24 12:55:26 +02:00 committed by Florian Müllner
parent 8c909e37e9
commit 71b3b03b2f

View File

@ -204,7 +204,7 @@
.world-clocks-time {
font-weight: bold;
color: $fg_color;
font-feature-settings: "lnum";
font-feature-settings: "tnum";
@include fontsize($base_font_size);
text-align: right;
}