diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 7fb76161..08b24f68 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -7,7 +7,6 @@ body { @apply bg-background-main font-open-sans text-type-text; min-height: 100vh; min-height: 100dvh; - scrollbar-gutter: stable; } html[data-full], diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c51cbf32..946c0888 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -42,6 +42,11 @@ export function HomePage() {
+ {t("global.name")} diff --git a/src/pages/PlayerView.tsx b/src/pages/PlayerView.tsx index f896f31d..5282d9b3 100644 --- a/src/pages/PlayerView.tsx +++ b/src/pages/PlayerView.tsx @@ -1,6 +1,5 @@ import { RunOutput } from "@movie-web/providers"; import { useCallback, useEffect, useState } from "react"; -import { Helmet } from "react-helmet-async"; import { Navigate, useLocation, @@ -93,13 +92,6 @@ export function RealPlayerView() { return ( - - - {status === playerStatus.IDLE ? ( ) : null}