Adjust positioning of fixed elements in App.js for better layout consistency

This commit is contained in:
seb
2025-07-02 13:32:15 +02:00
parent 45cf04caf3
commit b4b334609a

View File

@@ -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}
>