|
|
@@ -142,7 +142,7 @@
|
|
|
margin-bottom: 14px;
|
|
|
}
|
|
|
|
|
|
- /* macOS-style multicolor storage bar */
|
|
|
+ /* multicolor storage bar */
|
|
|
.storage-bar {
|
|
|
height: 10px;
|
|
|
border-radius: 5px;
|
|
|
@@ -318,7 +318,7 @@
|
|
|
backdrop-filter: blur(3px);
|
|
|
}
|
|
|
|
|
|
- /* ── Modal (macOS sheet style) ── */
|
|
|
+ /* ── Modal ── */
|
|
|
.funcmenu {
|
|
|
position: fixed;
|
|
|
top: 50%;
|
|
|
@@ -931,7 +931,7 @@
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- // ── macOS data processor ─────────────────────────────────────────
|
|
|
+ // ── Data processor ─────────────────────────────────────────
|
|
|
// viewData is the JSON array of DarwinDisk objects from the backend.
|
|
|
|
|
|
function processMacData(viewData){
|