This commit is contained in:
les 2021-03-24 21:07:03 +01:00
parent 8a6f537940
commit 9e9643e652
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 2 additions and 17 deletions

View file

@ -29,19 +29,4 @@ export default {
this.$vuetify.theme.themes.light.primary = this.settings['theme.primary'] this.$vuetify.theme.themes.light.primary = this.settings['theme.primary']
} }
} }
</script> </script>
<style lang="less">
.v-dialog {
width: 600px;
max-width: 800px;
}
.theme--dark.v-list {
background-color: #333;
}
.v-autocomplete__content.v-menu__content {
scrollbar-width: thin;
scrollbar-color: #FF4511 #111;
}
</style>

View file

@ -6,7 +6,7 @@
v-card-text(v-else v-html='about') v-card-text(v-else v-html='about')
v-card-actions(v-if='$auth.user && $auth.user.is_admin') v-card-actions(v-if='$auth.user && $auth.user.is_admin')
v-spacer v-spacer
v-btn(color='primary' plain v-btn(color='primary' text
@click='save') {{$t('common.save')}} @click='save') {{$t('common.save')}}
</template> </template>
<script> <script>