diff --git a/package.json b/package.json index 04887713..81a83bdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "movie-web", - "version": "2.0.2", + "version": "2.0.3", "private": true, "homepage": "https://movie.squeezebox.dev", "dependencies": { diff --git a/src/components/buttons/IconPatch.tsx b/src/components/buttons/IconPatch.tsx index 67f18106..1a80061c 100644 --- a/src/components/buttons/IconPatch.tsx +++ b/src/components/buttons/IconPatch.tsx @@ -14,7 +14,7 @@ export function IconPatch(props: IconPatchProps) {
diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 3e40ff6d..dfc8891f 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -11,16 +11,16 @@ export interface NavigationProps { export function Navigation(props: NavigationProps) { return ( -
-
-
+
+
+
{props.children}
-
+
+
{props.children}
) diff --git a/src/components/media/VideoPlayer.tsx b/src/components/media/VideoPlayer.tsx index 28a7ff6b..92ea4d1c 100644 --- a/src/components/media/VideoPlayer.tsx +++ b/src/components/media/VideoPlayer.tsx @@ -14,7 +14,7 @@ export interface VideoPlayerProps { export function SkeletonVideoPlayer(props: { error?: boolean }) { return ( -
+
{props.error ? (
@@ -81,7 +81,7 @@ export function VideoPlayer(props: VideoPlayerProps) { <> {skeletonUi}