diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index 4696dff..a25a19b 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -143,79 +143,83 @@ const Layout = ({ footer, children, disableSidebar, font }: any) => { margin: '10px 5px 5px 5px', }} > - - - history.goBack()} - > - - - history.goForward()} - > - - - - - - - - + + + history.goBack()} > -
setActiveConfigNav(e)} - appearance="tabs" - > - {t('List View')} - {t('Grid View')} - {t('Playback')} - {t('Player')} - {t('Theme')} - {t('Server')} - {t('Other')} -
- {activeConfigNav === 'listView' && } - {activeConfigNav === 'gridView' && } - {activeConfigNav === 'playback' && } - {activeConfigNav === 'player' && } - {activeConfigNav === 'theme' && } - {activeConfigNav === 'server' && } - {activeConfigNav === 'other' && ( - <> - - - - - - )} - - } - trigger="click" - placement="bottomEnd" - preventOverflow - > - - - -
-
-
+ + + history.goForward()} + > + + + + + + + + +
setActiveConfigNav(e)} + appearance="tabs" + > + {t('List View')} + {t('Grid View')} + {t('Playback')} + {t('Player')} + {t('Theme')} + {t('Server')} + {t('Other')} +
+ {activeConfigNav === 'listView' && } + {activeConfigNav === 'gridView' && } + {activeConfigNav === 'playback' && } + {activeConfigNav === 'player' && } + {activeConfigNav === 'theme' && } + {activeConfigNav === 'server' && } + {activeConfigNav === 'other' && ( + <> + + + + + + )} + + } + trigger="click" + placement="bottomEnd" + preventOverflow + > + + + +
+
+
+ + )}