From e16b052d86fe48eb13afc8d3257410aa27189b0d Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Wed, 22 Mar 2023 22:28:43 +0100 Subject: [PATCH] Spacing --- src/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.scss b/src/app.scss index 1e05e72..21393c3 100644 --- a/src/app.scss +++ b/src/app.scss @@ -63,7 +63,7 @@ a.is-disabled { /* Style the chat input */ .chat-input { - overflow-y:hidden; + overflow-y: hidden; resize: vertical; } @@ -98,7 +98,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t } /* Support for copy code button */ -.code-block>button { +.code-block > button { position: absolute; top: 0.5rem; right: 0.5rem;