various little fixes

This commit is contained in:
vabene1111
2025-07-17 16:04:31 +02:00
parent 54960d8480
commit 991089c17a
34 changed files with 598 additions and 107 deletions

View File

@@ -146,7 +146,7 @@
<v-list-item prepend-icon="fas fa-sliders" :title="$t('Settings')" :to="{ name: 'SettingsPage', params: {} }"></v-list-item>
<v-list-item prepend-icon="fa-solid fa-heart" link>
Tandoor {{ useUserPreferenceStore().serverSettings.version }}
<help-dialog></help-dialog>
<help-dialog></help-dialog>
</v-list-item>
</v-list>
</template>
@@ -268,6 +268,11 @@ onMounted(() => {
background-color: #b98766 !important;
}
/* vueform/multiselect */
.multiselect-dropdown {
background: #212121 !important;
}
}
.v-theme--light {
@@ -295,10 +300,6 @@ onMounted(() => {
/* vueform/multiselect */
.multiselect-dropdown {
background: #212121 !important;
}
.multiselect-option.is-pointed {
background: #b98766 !important;
}