From 51d3f3b78bffc8e866c8590556b80fcd689ea81b Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Mar 2025 04:29:33 -0400 Subject: [PATCH] small fix --- styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles.css b/styles.css index bee65d2..2670d40 100644 --- a/styles.css +++ b/styles.css @@ -384,7 +384,6 @@ body.dark-mode .editor-header { background-color: #2c2c2c; } -/* Editor Modal Close Button - Perfectly Centered */ /* Fully Centered Close Button with Slight X Adjustment */ .editor-close-btn { position: absolute; @@ -506,7 +505,7 @@ body.dark-mode .editor-modal { } .editor-footer { - margin-top: 10px; + margin-top: 5px; text-align: right; }