mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
style: remove background color from search bar container
This commit is contained in:
@@ -50,7 +50,6 @@ const metaKey = computed(() => (isMac() ? '⌘+K' : 'Ctrl+K'))
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
border: 1.5px solid rgba(var(--v-theme-on-surface), 0.12);
|
border: 1.5px solid rgba(var(--v-theme-on-surface), 0.12);
|
||||||
border-radius: 22px;
|
border-radius: 22px;
|
||||||
background-color: rgba(var(--v-theme-on-surface), 0.03);
|
|
||||||
block-size: 36px;
|
block-size: 36px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-inline: 12px;
|
padding-inline: 12px;
|
||||||
|
|||||||
@@ -2008,7 +2008,7 @@ export default {
|
|||||||
},
|
},
|
||||||
searchBar: {
|
searchBar: {
|
||||||
search: 'Search',
|
search: 'Search',
|
||||||
searchPlaceholder: 'Search movies and TV shows...',
|
searchPlaceholder: 'Search movies, TV shows and more...',
|
||||||
recentSearches: 'Recent Searches',
|
recentSearches: 'Recent Searches',
|
||||||
noRecentSearches: 'No recent search history',
|
noRecentSearches: 'No recent search history',
|
||||||
functions: 'Functions',
|
functions: 'Functions',
|
||||||
|
|||||||
@@ -1980,7 +1980,7 @@ export default {
|
|||||||
},
|
},
|
||||||
searchBar: {
|
searchBar: {
|
||||||
search: '搜索',
|
search: '搜索',
|
||||||
searchPlaceholder: '搜索电影和剧集...',
|
searchPlaceholder: '搜索电影、剧集以及更多...',
|
||||||
recentSearches: '最近搜索',
|
recentSearches: '最近搜索',
|
||||||
noRecentSearches: '没有最近搜索记录',
|
noRecentSearches: '没有最近搜索记录',
|
||||||
functions: '功能',
|
functions: '功能',
|
||||||
|
|||||||
@@ -1981,7 +1981,7 @@ export default {
|
|||||||
},
|
},
|
||||||
searchBar: {
|
searchBar: {
|
||||||
search: '搜索',
|
search: '搜索',
|
||||||
searchPlaceholder: '搜索電影和劇集...',
|
searchPlaceholder: '搜索電影、劇集以及更多...',
|
||||||
recentSearches: '最近搜索',
|
recentSearches: '最近搜索',
|
||||||
noRecentSearches: '沒有最近搜索記錄',
|
noRecentSearches: '沒有最近搜索記錄',
|
||||||
functions: '功能',
|
functions: '功能',
|
||||||
|
|||||||
Reference in New Issue
Block a user