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> </ButtonBase>
<Save isDesktop disableWidth myName={myName} /> <Save isDesktop disableWidth myName={myName} />
{/* <CoreSyncStatus imageSize="30px" position="left" /> */}
{isEnabledDevMode && ( {isEnabledDevMode && (
<ButtonBase <ButtonBase
onClick={() => { onClick={() => {

View File

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