[web] Fix styles to comply with Bulma 1.0

This commit is contained in:
Alain Nussbaumer
2025-02-04 22:00:48 +01:00
parent b2fbbd3fa0
commit 8140e008f0
117 changed files with 3064 additions and 3606 deletions

View File

@@ -13,8 +13,8 @@ export const useSettingsStore = defineStore('SettingsStore', {
state.setting('webinterface', 'show_composer_now_playing')?.value ??
false,
show_cover_artwork_in_album_lists: (state) =>
state.setting('webinterface', 'show_cover_artwork_in_album_lists')
?.value ?? false,
state.setting('artwork', 'show_cover_artwork_in_album_lists')?.value ??
false,
show_filepath_now_playing: (state) =>
state.setting('webinterface', 'show_filepath_now_playing')?.value ??
false,