From b4b334609ac3dc55e6b2677d36d1d460f335408c Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 2 Jul 2025 13:32:15 +0200 Subject: [PATCH] Adjust positioning of fixed elements in App.js for better layout consistency --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index ecf7896..dc4fb44 100644 --- a/src/App.js +++ b/src/App.js @@ -285,7 +285,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => { sx={{ position: "fixed", bottom: 31, - right: 135, + right: 75, }} onClick={handleReportIssue} > @@ -303,7 +303,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => { sx={{ position: "fixed", bottom: 31, - right: 75, + right: 135, }} onClick={handleThemeCustomizerToggle} >