diff --git a/client/src/components/app_bar.tsx b/client/src/components/app_bar.tsx index 2c65a81..6cdb7ed 100644 --- a/client/src/components/app_bar.tsx +++ b/client/src/components/app_bar.tsx @@ -165,7 +165,7 @@ export function WelcomeAppBar({pageNumber, setPageNumber, gameInfo, toggleImpres const [navOpen, setNavOpen] = React.useState(false) return
-
+
@@ -237,7 +237,7 @@ export function LevelAppBar({isLoading, levelTitle, toggleImpressum, pageNumber= : <> {/* DESKTOP VERSION */} -
+
{worldTitle && `World: ${worldTitle}`}
diff --git a/client/src/css/app.css b/client/src/css/app.css index 3226e1f..824381b 100644 --- a/client/src/css/app.css +++ b/client/src/css/app.css @@ -105,11 +105,17 @@ em { position: relative; flex-direction: row; justify-content: space-between; + align-items: center; padding: 1.1em; filter: drop-shadow(0 0 5px rgba(0,0,0,0.5)); z-index: 2; } +.app-bar > .app-bar-left{ + display: flex; + align-items: center; +} + .app-bar-title, .app-bar-subtitle { color: white; font-weight: 500;