From adc02bffe101f018a5802e5f4abb8b82c16879d8 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sat, 21 Oct 2023 23:18:04 -0400
Subject: [PATCH] Fixed more button for microblog not aligning to the right

---
 static/css/main.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/static/css/main.css b/static/css/main.css
index 61351ce4a..23a1a9964 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -2186,6 +2186,12 @@ section > .container > .row > .col {
 .microblog .more {
   padding-right: 1em;
   padding-bottom: 1em;
+  display: flex;
+}
+
+.microblog .more .btn {
+  margin-left: auto;
+  margin-right: 0;
 }
 
 /* Styling for table of contents */
-- 
GitLab