mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Hide tab label only if there is an icon
This commit is contained in:
@@ -19,7 +19,10 @@
|
|||||||
class="icon is-small"
|
class="icon is-small"
|
||||||
:name="link.icon"
|
:name="link.icon"
|
||||||
/>
|
/>
|
||||||
<span class="is-hidden-mobile" v-text="$t(link.label)" />
|
<span
|
||||||
|
:class="{ 'is-hidden-mobile': link.icon }"
|
||||||
|
v-text="$t(link.label)"
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|||||||
Reference in New Issue
Block a user