yasb/styles.css aktualisiert
This commit is contained in:
+13
-1
@@ -523,6 +523,12 @@
|
|||||||
background-color: var(--yasb-white-alpha-10);
|
background-color: var(--yasb-white-alpha-10);
|
||||||
}
|
}
|
||||||
/* CPU */
|
/* CPU */
|
||||||
|
.cpu-widget {
|
||||||
|
min-width: 50px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
font-variant-numeric: tabular-nums
|
||||||
|
}
|
||||||
.cpu-widget:hover {
|
.cpu-widget:hover {
|
||||||
background-color: var(--yasb-white-alpha-08);
|
background-color: var(--yasb-white-alpha-08);
|
||||||
}
|
}
|
||||||
@@ -598,6 +604,12 @@
|
|||||||
padding: 0 4px 12px 4px;
|
padding: 0 4px 12px 4px;
|
||||||
}
|
}
|
||||||
/* Memory */
|
/* Memory */
|
||||||
|
.memory-widget {
|
||||||
|
min-width: 60px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
font-variant-numeric: tabular-nums
|
||||||
|
}
|
||||||
.memory-widget:hover {
|
.memory-widget:hover {
|
||||||
background-color: var(--yasb-white-alpha-08);
|
background-color: var(--yasb-white-alpha-08);
|
||||||
}
|
}
|
||||||
@@ -838,7 +850,7 @@
|
|||||||
|
|
||||||
/* Traffic Widget im Panel (Gegen das Hin- und Herspringen) */
|
/* Traffic Widget im Panel (Gegen das Hin- und Herspringen) */
|
||||||
.traffic-widget {
|
.traffic-widget {
|
||||||
min-width: 140px;
|
min-width: 170px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
|
|||||||
Reference in New Issue
Block a user