diff --git a/src/components/Navigator.vue b/src/components/Navigator.vue index d8aef60..af7cecf 100644 --- a/src/components/Navigator.vue +++ b/src/components/Navigator.vue @@ -97,7 +97,7 @@ const inTauri = getPlatform() === 'tauri'; @keyup.enter="search" > - + @@ -120,7 +120,7 @@ const inTauri = getPlatform() === 'tauri'; :placeholder="t('nav.search')" @keyup.enter="search" > - + diff --git a/src/components/QHoverButton.vue b/src/components/QHoverButton.vue index eddbc36..94866a7 100644 --- a/src/components/QHoverButton.vue +++ b/src/components/QHoverButton.vue @@ -1,15 +1,15 @@ diff --git a/src/components/QInput.vue b/src/components/QInput.vue index acc132a..4fc97f2 100644 --- a/src/components/QInput.vue +++ b/src/components/QInput.vue @@ -39,7 +39,7 @@ function clear() { @focusout="focus = false" @input="onValueChange($event)" > - + diff --git a/src/pages/main/MusicLib.vue b/src/pages/main/MusicLib.vue index a055393..ad67c19 100644 --- a/src/pages/main/MusicLib.vue +++ b/src/pages/main/MusicLib.vue @@ -109,13 +109,15 @@ function handleTitleClick(track: Track) { - - - + + + - + + {{ row.title }} + diff --git a/src/pages/main/PlayQueue.vue b/src/pages/main/PlayQueue.vue index 3091d4b..911fe84 100644 --- a/src/pages/main/PlayQueue.vue +++ b/src/pages/main/PlayQueue.vue @@ -47,7 +47,9 @@ const columns: Column[] = [ - + + + {{ row.title }}