add lighter background to editor

This commit is contained in:
lesion
2022-07-23 23:03:49 +02:00
parent d1dd315e79
commit 3e5ffb046a
2 changed files with 18 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
v-container
v-card
v-card-text(v-if='$auth.user && $auth.user.is_admin')
Editor(v-model='about' label="About")
Editor.px-3.ma-0(v-model='about' label="About")
v-card-text(v-else v-html='about')
v-card-actions(v-if='$auth.user && $auth.user.is_admin')
v-spacer