mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-06 20:33:10 -05:00
[web] Streamline the style of button
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<a
|
||||
v-for="button in buttons"
|
||||
:key="button.label"
|
||||
class="button is-small"
|
||||
class="button is-small is-rounded"
|
||||
@click="button.handler"
|
||||
v-text="$t(button.label)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user