mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-29 06:17:52 +00:00
Refactor icon position
This commit is contained in:
parent
247886ce85
commit
104c4822bf
@ -118,7 +118,7 @@ export const DesktopSideBar = ({
|
||||
</ButtonBase>
|
||||
|
||||
<Save isDesktop disableWidth myName={myName} />
|
||||
{/* <CoreSyncStatus imageSize="30px" position="left" /> */}
|
||||
|
||||
{isEnabledDevMode && (
|
||||
<ButtonBase
|
||||
onClick={() => {
|
||||
|
@ -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'}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user