diff --git a/changelog.d/markup-panels.fix b/changelog.d/markup-panels.fix new file mode 100644 index 000000000..48ea10a0c --- /dev/null +++ b/changelog.d/markup-panels.fix @@ -0,0 +1 @@ +Fix few markup panel inconsistencies; better ToS and registration diff --git a/src/boot/after_store.js b/src/boot/after_store.js index dbbbdb2e4..ada812739 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -129,6 +129,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('theme') copyInstanceOption('style') copyInstanceOption('palette') + copyInstanceOption('embeddedToS') copyInstanceOption('nsfwCensorImage') copyInstanceOption('background') copyInstanceOption('hidePostStats') diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue index 24bbc9f4a..881df2988 100644 --- a/src/components/chat_list/chat_list.vue +++ b/src/components/chat_list/chat_list.vue @@ -34,7 +34,7 @@
{{ $t('chats.empty_chat_list_placeholder') }}
@@ -50,7 +50,7 @@ margin-bottom: 0; } -.emtpy-chat-list-alert { +.empty-chat-list-alert { padding: 3em; font-size: 1.2em; display: flex; diff --git a/src/components/drafts/drafts.vue b/src/components/drafts/drafts.vue index 9c9b3d584..1cce255da 100644 --- a/src/components/drafts/drafts.vue +++ b/src/components/drafts/drafts.vue @@ -1,15 +1,18 @@