fix: size column alignment in list view (#101)

Use fixed column widths for Type (100px), Size (110px), and
Modified (160px) instead of flexible 1fr units that caused
values to overlap when content was wider than available space.
This commit is contained in:
Dionisio
2026-02-14 00:22:37 +01:00
parent 099d1d1c55
commit 67968ed22d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// OxiCloud Service Worker
const CACHE_NAME = 'oxicloud-cache-v6';
const CACHE_NAME = 'oxicloud-cache-v7';
const ASSETS_TO_CACHE = [
'/',
'/index.html',