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>
|
</ButtonBase>
|
||||||
|
|
||||||
<Save isDesktop disableWidth myName={myName} />
|
<Save isDesktop disableWidth myName={myName} />
|
||||||
{/* <CoreSyncStatus imageSize="30px" position="left" /> */}
|
|
||||||
{isEnabledDevMode && (
|
{isEnabledDevMode && (
|
||||||
<ButtonBase
|
<ButtonBase
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
@ -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'}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user