diff --git a/src/plugins/vuetify/defaults.ts b/src/plugins/vuetify/defaults.ts index 389d744e..13941a7a 100644 --- a/src/plugins/vuetify/defaults.ts +++ b/src/plugins/vuetify/defaults.ts @@ -30,7 +30,7 @@ export default { color: 'primary', }, VCard: { - elevation: 3, + elevation: 2, }, VChip: { elevation: 0, diff --git a/src/views/torrent/TorrentRowListView.vue b/src/views/torrent/TorrentRowListView.vue index bbc1f7f3..be1eae3c 100644 --- a/src/views/torrent/TorrentRowListView.vue +++ b/src/views/torrent/TorrentRowListView.vue @@ -553,7 +553,7 @@ function toggleFilterMenu(key: string) { -
+
@@ -567,7 +567,7 @@ function toggleFilterMenu(key: string) {
- + @@ -583,6 +583,7 @@ function toggleFilterMenu(key: string) { z-index: 10; background-color: rgba(var(--v-theme-background), 0.95); backdrop-filter: blur(10px); + } .search-header-mobile {