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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user