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" > -
+

{{ t('theme.customizer.title') }}

@@ -531,8 +531,6 @@ async function handleResetSettings() { .theme-customizer-panel--dialog { overflow: hidden; - border: 1px solid rgba(var(--v-theme-on-surface), 0.08); - border-radius: var(--app-surface-radius); background: rgb(var(--v-theme-surface)); block-size: var(--theme-customizer-viewport-height, 100dvh); max-block-size: var(--theme-customizer-viewport-height, 100dvh); diff --git a/src/components/cards/DownloadingCard.vue b/src/components/cards/DownloadingCard.vue index e72a42e5..a928564e 100644 --- a/src/components/cards/DownloadingCard.vue +++ b/src/components/cards/DownloadingCard.vue @@ -71,92 +71,69 @@ async function deleteDownload() {