Varaverk: grid layout tweaks + mobile folder fix

- Move Parity to row 4 (cols 1-2), Scripts to row 2
- GPU card: span 2
- Memory card: proc strip clips with ellipsis instead of overflowing
- Containers & VMs: use JS window.innerWidth check (<=640) for single-column
  folder layout instead of CSS media query — fixes badge alignment on mobile
  where Unraid's viewport doesn't trigger CSS breakpoints reliably
This commit is contained in:
Gmer4Lfe
2026-05-26 19:19:22 -04:00
parent 072c8b720d
commit 446794e41d
2 changed files with 15 additions and 13 deletions
@@ -130,8 +130,7 @@
/* Containers+VMs: single column when viewport is narrow */
@media (max-width: 900px) {
.vv-df-cols { flex-direction: column; }
.vv-df-fname { flex: 0 1 auto; }
.vv-df-cols { flex-direction: column; align-items: stretch; }
}
/* Phone layout — scheduler row/actions fixes + monitor single-column */