From a8479ee5495044ebbdc29eef982a55e11c0bfe35 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Mon, 25 Apr 2022 22:53:40 +0300 Subject: [PATCH] frontend: slightly improve create channel modal --- frontend/public/global.css | 2 +- frontend/src/components/modals/CreateChannel.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 82a22a4..17ac1dc 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -126,7 +126,7 @@ body { } .modal-header { - margin-bottom: var(--space-md); + margin-bottom: var(--space-norm); text-align: center; } diff --git a/frontend/src/components/modals/CreateChannel.svelte b/frontend/src/components/modals/CreateChannel.svelte index f7e856d..cfd096c 100644 --- a/frontend/src/components/modals/CreateChannel.svelte +++ b/frontend/src/components/modals/CreateChannel.svelte @@ -27,7 +27,7 @@