buttons look great now, including unstyled ones menu items work too

This commit is contained in:
Henry Jameson 2024-02-12 17:26:08 +02:00
commit ae345d2c45
33 changed files with 224 additions and 249 deletions

View file

@ -103,7 +103,7 @@
<button
v-for="ref in frontend.refs"
:key="ref"
class="button-default dropdown-item"
class="menu-item dropdown-item"
@click.prevent="update(frontend, ref)"
@click="close"
>
@ -160,7 +160,7 @@
<button
v-for="ref in frontend.installedRefs || frontend.refs"
:key="ref"
class="button-default dropdown-item"
class="menu-item dropdown-item"
@click.prevent="setDefault(frontend, ref)"
@click="close"
>