diff --git a/src/components/ContentArea.tsx b/src/components/ContentArea.tsx index 002eeac..008e8f4 100644 --- a/src/components/ContentArea.tsx +++ b/src/components/ContentArea.tsx @@ -9,6 +9,7 @@ import { import { Routes, Route, Navigate } from "react-router-dom" import { useTranslation } from "react-i18next" import { WindowControls } from "./WindowControls" +import appLogo from "../assets/logoHD.svg" const loadHome = () => import("./Home") const loadStudentManager = () => import("./StudentManager") @@ -184,10 +185,31 @@ export function ContentArea({ { flex: 1, height: "100%", + display: "flex", + alignItems: "center", + justifyContent: "flex-start", + paddingLeft: "8px", WebkitAppRegion: "drag", } as React.CSSProperties } - /> + > + {immersiveMode && ( +