From 6d4715628800ca5fbecd6580d4ef10433a2da78c Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 13 Aug 2024 14:29:55 -0500 Subject: [PATCH] move reactions to the right --- webpage/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webpage/style.css b/webpage/style.css index 872c23c..97065e5 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1745,4 +1745,7 @@ form div{ } .emojirow{ flex-grow:0; +} +.reactiondiv{ + margin-left: .4in; } \ No newline at end of file