fix: hide Marketplace header on mobile, reduce Home welcome margin
Marketplace header container now hidden md:flex to save mobile space. Home welcome header uses mb-4 on mobile, mb-8 on desktop. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ After getting Claude Max OAuth working on the live server, hardening the deploy
|
||||
- **Change**: Ensure `<link rel="manifest" href="/manifest.webmanifest">` is in index.html (Vite PWA generates this). Verify all icon files exist at referenced paths. Check HTTPS is working (PWA requires secure context). Remove conflicting static manifest.json if Vite PWA plugin generates its own.
|
||||
- **Verify**: On phone (HTTPS), check DevTools > Application for manifest. Test Add to Home Screen.
|
||||
|
||||
### Task 5: Remove mobile headings on Cloud/Network/Apps/Store
|
||||
### Task 5: Remove mobile headings on Cloud/Network/Apps/Store [DONE]
|
||||
- **Files**: `neode-ui/src/views/Marketplace.vue`, `neode-ui/src/views/Home.vue`
|
||||
- **Change**: Marketplace.vue line 76: add `hidden md:flex` to header container. Home.vue: reduce `mb-8` to `mb-4 md:mb-8` on welcome header. Apps.vue, Cloud.vue, Server.vue already have `hidden md:block` — confirmed correct.
|
||||
- **Verify**: All views on mobile viewport — headings hidden, no wasted space
|
||||
|
||||
Reference in New Issue
Block a user