diff --git a/web/app/layout.tsx b/web/app/layout.tsx index c62390ba5..6c6fc65ab 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -15,7 +15,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: PropsWithChildren) { return ( - +
{children} diff --git a/web/containers/Layout/index.tsx b/web/containers/Layout/index.tsx index c806fdddd..0fe9b5f8b 100644 --- a/web/containers/Layout/index.tsx +++ b/web/containers/Layout/index.tsx @@ -24,7 +24,7 @@ const BaseLayout = (props: PropsWithChildren) => { return (
-
+
{ return (
-
+
= ({ model, onClick, open }) => { return (
{model.metadata.cover && ( diff --git a/web/screens/Settings/index.tsx b/web/screens/Settings/index.tsx index 77e70d33b..7c69acca4 100644 --- a/web/screens/Settings/index.tsx +++ b/web/screens/Settings/index.tsx @@ -176,7 +176,7 @@ const SettingsScreen = () => {
-
+
{handleShowOptions(activeStaticMenu || activePreferenceExtension)} diff --git a/web/screens/SystemMonitor/index.tsx b/web/screens/SystemMonitor/index.tsx index 63366901a..525f1e7c9 100644 --- a/web/screens/SystemMonitor/index.tsx +++ b/web/screens/SystemMonitor/index.tsx @@ -21,7 +21,7 @@ export default function SystemMonitorScreen() { const { activeModel, stateModel, stopModel } = useActiveModel() return ( -
+
@@ -59,7 +59,9 @@ export default function SystemMonitorScreen() { {activeModel && (
-

Actively Running Models

+

+ Actively Running Models +