diff --git a/yasb/styles.css b/yasb/styles.css index 9526446..e9e7835 100644 --- a/yasb/styles.css +++ b/yasb/styles.css @@ -523,6 +523,12 @@ background-color: var(--yasb-white-alpha-10); } /* CPU */ +.cpu-widget { + min-width: 50px; + display: flex; + justify-content: center; + font-variant-numeric: tabular-nums +} .cpu-widget:hover { background-color: var(--yasb-white-alpha-08); } @@ -598,6 +604,12 @@ padding: 0 4px 12px 4px; } /* Memory */ +.memory-widget { + min-width: 60px; + display: flex; + justify-content: center; + font-variant-numeric: tabular-nums +} .memory-widget:hover { background-color: var(--yasb-white-alpha-08); } @@ -838,7 +850,7 @@ /* Traffic Widget im Panel (Gegen das Hin- und Herspringen) */ .traffic-widget { - min-width: 140px; + min-width: 170px; display: flex; justify-content: center; font-variant-numeric: tabular-nums;