From 9cf782eb5b392358575a4d5bf4cbcf7b7058ed62 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 8 Apr 2026 15:15:16 +0800 Subject: [PATCH] style: remove background color from search bar container --- src/layouts/components/SearchBar.vue | 1 - src/locales/en-US.ts | 2 +- src/locales/zh-CN.ts | 2 +- src/locales/zh-TW.ts | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/layouts/components/SearchBar.vue b/src/layouts/components/SearchBar.vue index f281615e..84ffbc40 100644 --- a/src/layouts/components/SearchBar.vue +++ b/src/layouts/components/SearchBar.vue @@ -50,7 +50,6 @@ const metaKey = computed(() => (isMac() ? '⌘+K' : 'Ctrl+K')) gap: 8px; border: 1.5px solid rgba(var(--v-theme-on-surface), 0.12); border-radius: 22px; - background-color: rgba(var(--v-theme-on-surface), 0.03); block-size: 36px; cursor: pointer; padding-inline: 12px; diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 9a14029d..ed2eea91 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -2008,7 +2008,7 @@ export default { }, searchBar: { search: 'Search', - searchPlaceholder: 'Search movies and TV shows...', + searchPlaceholder: 'Search movies, TV shows and more...', recentSearches: 'Recent Searches', noRecentSearches: 'No recent search history', functions: 'Functions', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index ffbff5dc..70864c9d 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -1980,7 +1980,7 @@ export default { }, searchBar: { search: '搜索', - searchPlaceholder: '搜索电影和剧集...', + searchPlaceholder: '搜索电影、剧集以及更多...', recentSearches: '最近搜索', noRecentSearches: '没有最近搜索记录', functions: '功能', diff --git a/src/locales/zh-TW.ts b/src/locales/zh-TW.ts index 837cd32c..e7a917ca 100644 --- a/src/locales/zh-TW.ts +++ b/src/locales/zh-TW.ts @@ -1981,7 +1981,7 @@ export default { }, searchBar: { search: '搜索', - searchPlaceholder: '搜索電影和劇集...', + searchPlaceholder: '搜索電影、劇集以及更多...', recentSearches: '最近搜索', noRecentSearches: '沒有最近搜索記錄', functions: '功能',