diff --git a/src/components/PWAInstallPrompt.vue b/src/components/PWAInstallPrompt.vue index 48db3591..85c8f592 100644 --- a/src/components/PWAInstallPrompt.vue +++ b/src/components/PWAInstallPrompt.vue @@ -177,10 +177,7 @@ const instructions = computed(() => { .pwa-install-banner { position: fixed; z-index: 1000; - border: 1px solid rgba(var(--v-border-color), var(--v-border-opacity)); - border-radius: var(--app-surface-radius); background: rgb(var(--v-theme-surface)); - box-shadow: 0 4px 20px rgba(0, 0, 0, 10%); inset-block-end: 5rem; inset-inline: 20px; } diff --git a/src/components/ThemeCustomizer.vue b/src/components/ThemeCustomizer.vue index e3605d5f..4a7f5fe3 100644 --- a/src/components/ThemeCustomizer.vue +++ b/src/components/ThemeCustomizer.vue @@ -288,7 +288,7 @@ async function handleResetSettings() { v-bind="customizerContainerProps" :style="customizerContainerStyle" > -