yasb/styles.css aktualisiert

This commit is contained in:
2026-07-24 16:50:33 +02:00
parent cce2e2aeb1
commit e29b0b7850
+13 -1
View File
@@ -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;