From 1cd0d5820652601e1d96e8a8771fca9881df1818 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 Jan 2026 16:16:40 +0100 Subject: [PATCH] Remove unused CSS properties in index.css --- src/index.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 91cdce9..ea6feed 100644 --- a/src/index.css +++ b/src/index.css @@ -178,7 +178,6 @@ body { } .button--save { - margin-left: auto; } .prompt-list { @@ -514,14 +513,10 @@ body { flex-wrap: wrap; gap: 12px; align-items: center; - position: relative; } .editor__footer-status { - position: absolute; - left: 50%; - transform: translateX(-50%); - pointer-events: none; + margin-left: auto; } .banner {