ui: polimento geral e espaçamentos responsivos perfeitos

This commit is contained in:
2026-06-03 15:58:25 +01:00
parent 56f6d16cd1
commit 0a4de43635
10 changed files with 4087 additions and 3426 deletions

15
dist/manifest.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "MyCloset",
"short_name": "MyCloset",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4F46E5",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
]
}