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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user