{{ filesystem.mountpoint }}
{{ filesystem.type }}
@@ -184,9 +185,12 @@ async function onExpand() {
-
+
+
+
+
Calculating disk usage... {{ percent }}%
@@ -241,8 +245,8 @@ async function onExpand() {
display: flex;
position: relative;
background-color: white;
- border-radius: calc(var(--pankow-border-radius) / 1.5);
- height: 6px;
+ border-radius: var(--pankow-border-radius);
+ height: 12px;
overflow: hidden;
}
@@ -250,7 +254,11 @@ async function onExpand() {
display: inline-block;
background-color: var(--pankow-color-primary);
white-space: nowrap;
- height: 6px;
+ height: 12px;
+}
+
+.disk-used.highlight {
+ transform: scale(1.2);
}
.disk-used-busy::after {