mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
[web] Remove unnecessary CSS class
This commit is contained in:
parent
10ce7f30a4
commit
2492f51022
@ -109,7 +109,7 @@
|
|||||||
v-if="!is_now_playing_page"
|
v-if="!is_now_playing_page"
|
||||||
:to="{ name: 'now-playing' }"
|
:to="{ name: 'now-playing' }"
|
||||||
exact
|
exact
|
||||||
class="fd-is-text-clipped is-expanded is-clipped is-size-7"
|
class="is-expanded is-clipped is-size-7"
|
||||||
>
|
>
|
||||||
<div class="fd-is-text-clipped">
|
<div class="fd-is-text-clipped">
|
||||||
<strong v-text="now_playing.title" />
|
<strong v-text="now_playing.title" />
|
||||||
|
Loading…
Reference in New Issue
Block a user