Adjust positioning of fixed elements in App.js for better layout consistency
This commit is contained in:
@@ -285,7 +285,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => {
|
|||||||
sx={{
|
sx={{
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
bottom: 31,
|
bottom: 31,
|
||||||
right: 135,
|
right: 75,
|
||||||
}}
|
}}
|
||||||
onClick={handleReportIssue}
|
onClick={handleReportIssue}
|
||||||
>
|
>
|
||||||
@@ -303,7 +303,7 @@ const AppContent = ({ currentTheme, onThemeChange }) => {
|
|||||||
sx={{
|
sx={{
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
bottom: 31,
|
bottom: 31,
|
||||||
right: 75,
|
right: 135,
|
||||||
}}
|
}}
|
||||||
onClick={handleThemeCustomizerToggle}
|
onClick={handleThemeCustomizerToggle}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user