From c6e71e243254fa42c53bc0798adc23a029c627b6 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sun, 18 Dec 2022 23:05:49 +0800
Subject: [PATCH] Smaller gaps between media attachments

---
 src/components/status.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status.css b/src/components/status.css
index 589b9862..73c09305 100644
--- a/src/components/status.css
+++ b/src/components/status.css
@@ -234,7 +234,7 @@
   margin-top: 8px;
   display: flex;
   flex-wrap: wrap;
-  gap: 8px;
+  gap: 2px;
   flex-direction: row;
 }
 .status .media {