[gnome-software: 1/2] gs-details-page: use tabular figures for install progress
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/2] gs-details-page: use tabular figures for install progress
- Date: Wed, 8 Jun 2022 12:03:03 +0000 (UTC)
commit f6a21c480625a96a8b3ef60f6fe4656d3b221341
Author: Lukas K <lu 0x83 eu>
Date: Mon Jun 6 22:53:10 2022 +0200
gs-details-page: use tabular figures for install progress
makes text less wobbly as percentage changes
src/style.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/style.css b/src/style.css
index 4f9b33ce8..7ba232230 100644
--- a/src/style.css
+++ b/src/style.css
@@ -484,7 +484,10 @@ window.narrow .app-developer {
font-size: small;
}
-.install-progress-label { font-size: smaller; }
+.install-progress-label {
+ font-size: smaller;
+ font-feature-settings: "tnum";
+}
/* FIXME: These are needed in the updates page until we can use AdwStatusPage
* again. See the note in gs-updates-page.ui. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]