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()}
>
-
- {activeConfigNav === 'listView' && }
- {activeConfigNav === 'gridView' && }
- {activeConfigNav === 'playback' && }
- {activeConfigNav === 'player' && }
- {activeConfigNav === 'theme' && }
- {activeConfigNav === 'server' && }
- {activeConfigNav === 'other' && (
- <>
-
-
-
-
- >
- )}
-
- }
- trigger="click"
- placement="bottomEnd"
- preventOverflow
- >
-
-
-
-
-
-
+
+
+ history.goForward()}
+ >
+
+
+
+
+
+
+
+
+
+ {activeConfigNav === 'listView' && }
+ {activeConfigNav === 'gridView' && }
+ {activeConfigNav === 'playback' && }
+ {activeConfigNav === 'player' && }
+ {activeConfigNav === 'theme' && }
+ {activeConfigNav === 'server' && }
+ {activeConfigNav === 'other' && (
+ <>
+
+
+
+
+ >
+ )}
+
+ }
+ trigger="click"
+ placement="bottomEnd"
+ preventOverflow
+ >
+
+
+
+
+
+
+ >
+ )}