Refactor icon position

This commit is contained in:
Nicola Benaglia 2025-04-23 09:05:07 +02:00
parent 247886ce85
commit 104c4822bf
2 changed files with 4 additions and 3 deletions

View File

@ -118,7 +118,7 @@ export const DesktopSideBar = ({
</ButtonBase>
<Save isDesktop disableWidth myName={myName} />
{/* <CoreSyncStatus imageSize="30px" position="left" /> */}
{isEnabledDevMode && (
<ButtonBase
onClick={() => {

View File

@ -9,10 +9,11 @@ const ThemeSelector = () => {
return (
<div
style={{
bottom: '1%',
display: 'flex',
gap: '12px',
position: 'fixed',
bottom: '1%',
left: '1.5vh',
position: 'absolute',
}}
>
<Tooltip title={themeMode === 'dark' ? 'Light mode' : 'Dark mode'}>