mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Hide tab label only if there is an icon
This commit is contained in:
parent
369e27fbed
commit
56aee6ad05
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user