From 79f1b255d20e2854b9b4393126af79c9d954144f Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Mon, 12 Dec 2022 22:15:13 +0800
Subject: [PATCH] Slight layout adjustments

---
 src/components/status.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/status.css b/src/components/status.css
index f4855ca6..9d0275f6 100644
--- a/src/components/status.css
+++ b/src/components/status.css
@@ -417,14 +417,12 @@ a.card:hover {
 }
 .status.large .extra-meta {
   padding-top: 0;
-  margin-left: calc(-50px - 4px);
+  margin-left: calc(-50px - 8px);
 }
 
 /* ACTIONS */
 
 .status .actions {
-  margin-left: -8px; /* visual balance */
-  padding-top: 16px;
   display: flex;
   gap: 8px;
   justify-content: space-between;