[web] Streamline the style of button

This commit is contained in:
Alain Nussbaumer
2025-02-16 00:17:55 +01:00
parent f54b2e5b0b
commit aaea7135a0
4 changed files with 21 additions and 11 deletions

View File

@@ -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)"
/>