small fix

This commit is contained in:
Ryan
2025-03-12 04:29:33 -04:00
committed by GitHub
parent f9f21ae5d7
commit 51d3f3b78b

View File

@@ -384,7 +384,6 @@ body.dark-mode .editor-header {
background-color: #2c2c2c; background-color: #2c2c2c;
} }
/* Editor Modal Close Button - Perfectly Centered */
/* Fully Centered Close Button with Slight X Adjustment */ /* Fully Centered Close Button with Slight X Adjustment */
.editor-close-btn { .editor-close-btn {
position: absolute; position: absolute;
@@ -506,7 +505,7 @@ body.dark-mode .editor-modal {
} }
.editor-footer { .editor-footer {
margin-top: 10px; margin-top: 5px;
text-align: right; text-align: right;
} }