[gnome-software: 1/2] gs-details-page: use tabular figures for install progress




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]