From 8ec22ec86b3f5714613940908e69686ec5adfb31 Mon Sep 17 00:00:00 2001 From: AdingApkgg Date: Fri, 26 Dec 2025 21:50:31 +0800 Subject: [PATCH] Refactor styles to implement translucent effects across components - Updated SettingsModal.vue and VndbPanel.vue to replace the liquid glass effect with a translucent background style for improved performance and visual consistency. - Modified glassmorphism.css to optimize styles, removing unnecessary backdrop-filter properties and enhancing color and shadow effects for various UI elements. - Adjusted hover and focus states for buttons and inputs to align with the new translucent design, ensuring a cohesive user experience. --- src/components/SettingsModal.vue | 29 +- src/components/VndbPanel.vue | 56 +-- src/styles/glassmorphism.css | 766 +++++-------------------------- 3 files changed, 133 insertions(+), 718 deletions(-) diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue index 2c10d50..70fd0bd 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -419,17 +419,12 @@ function reset() {