[web] Migrate to Bulma 1.0.2

This commit is contained in:
Alain Nussbaumer
2024-09-24 20:31:51 +02:00
parent 87ec17c243
commit 66c2873d32
43 changed files with 261 additions and 289 deletions

View File

@@ -5,7 +5,6 @@
<router-view v-slot="{ Component }">
<component :is="Component" />
</router-view>
<modal-dialog-remote-pairing
:show="pairing_active"
@close="pairing_active = false"
@@ -18,7 +17,7 @@
<navbar-bottom />
<div
v-show="show_burger_menu || show_player_menu"
class="fd-overlay-fullscreen"
class="overlay-fullscreen"
@click="show_burger_menu = show_player_menu = false"
/>
</div>