feat: improve mobile header and toast placement
Move mobile and VS Code toasts to the top Respect safe-area spacing for Capacitor toasts Add dedicated mobile metadata button and update header icons
This commit is contained in:
@@ -248,6 +248,10 @@
|
||||
:root.mobile-pointer:not(.desktop-runtime) .header-safe-area {
|
||||
padding-top: var(--oc-safe-area-top);
|
||||
}
|
||||
|
||||
:root.oc-capacitor-app [data-sonner-toaster][data-y-position='top'] {
|
||||
top: calc(env(safe-area-inset-top, 0px) + 16px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Phase 1: iOS PWA safe area handling - Enhanced positioning approach */
|
||||
|
||||
Reference in New Issue
Block a user