[web] Fix a the lyrics pane overlapping the slider

When the track played has a composer or a long title, the slider is not covered by the lyrics pane anymore.
This commit is contained in:
Alain Nussbaumer
2023-11-25 16:38:50 +01:00
parent d146a9e940
commit f419869dfc
3 changed files with 116 additions and 175 deletions

View File

@@ -7,6 +7,7 @@
:artist="track.artist"
:album="track.album"
class="is-clickable fd-has-shadow fd-cover-big-image"
:class="{ 'is-masked': lyrics_visible }"
@click="open_dialog(track)"
/>
<lyrics-pane v-if="lyrics_visible" />