From 8968e990ecd96a70a72146866d11434d560e5f7b Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Wed, 19 Jun 2024 13:35:54 +0200 Subject: [PATCH] fixed comment button moving during further comments --- src/App.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.scss b/src/App.scss index 26f1a83..c751fb6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -74,7 +74,7 @@ h3 { display: flex; flex-direction: column; justify-content: space-evenly; - min-width: 5em; + width: 5em; .post-date { position: relative; @@ -259,7 +259,7 @@ button { .nrOfComments { position: relative; - right: -3.5em; + right: -3em; height: 100%; display: flex; align-self: flex-end;