diff --git a/components/editor/content.vue b/components/editor/content.vue index 6d0ffc9..a23c6d9 100644 --- a/components/editor/content.vue +++ b/components/editor/content.vue @@ -1,6 +1,6 @@ \ No newline at end of file + diff --git a/components/preferences/emojis/emoji.vue b/components/preferences/emojis/emoji.vue index b506249..51271ed 100644 --- a/components/preferences/emojis/emoji.vue +++ b/components/preferences/emojis/emoji.vue @@ -5,8 +5,8 @@ cn( 'grid hover:cursor-pointer gap-4 items-center p-4', canEdit - ? 'grid-cols-[auto,1fr,auto]' - : 'grid-cols-[auto,1fr]' + ? 'grid-cols-[auto_1fr_auto]' + : 'grid-cols-[auto_1fr]' ) " > diff --git a/components/preferences/emojis/uploader.vue b/components/preferences/emojis/uploader.vue index d037755..f2eb68d 100644 --- a/components/preferences/emojis/uploader.vue +++ b/components/preferences/emojis/uploader.vue @@ -131,7 +131,7 @@ :as="Card" > diff --git a/components/preferences/profile/editor.vue b/components/preferences/profile/editor.vue index 0f3cd77..83b2e16 100644 --- a/components/preferences/profile/editor.vue +++ b/components/preferences/profile/editor.vue @@ -92,7 +92,7 @@