yasb/styles.css aktualisiert
This commit is contained in:
+13
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user