diff --git a/front/packages/ui/src/details/season.tsx b/front/packages/ui/src/details/season.tsx index 3ee7ba91..5b8b76d0 100644 --- a/front/packages/ui/src/details/season.tsx +++ b/front/packages/ui/src/details/season.tsx @@ -133,7 +133,6 @@ export const EpisodeList = ({ const sea = item?.firstOfSeason ? seasons?.find((x) => x.seasonNumber === item.seasonNumber) : null; - console.log(sea, seasons); return ( <> {item.firstOfSeason && ( diff --git a/front/packages/ui/src/layout.tsx b/front/packages/ui/src/layout.tsx index c859a8b2..24c66214 100644 --- a/front/packages/ui/src/layout.tsx +++ b/front/packages/ui/src/layout.tsx @@ -20,7 +20,7 @@ import { ReactElement } from "react"; import { MeQuery, Navbar } from "./navbar"; -import { useYoshiki } from "yoshiki/native"; +import { useYoshiki, vw } from "yoshiki/native"; import { Main } from "@kyoo/primitives"; export const DefaultLayout = ({ @@ -49,8 +49,10 @@ export const DefaultLayout = ({
{page} diff --git a/front/packages/ui/src/navbar/index.tsx b/front/packages/ui/src/navbar/index.tsx index db753093..6bddde31 100644 --- a/front/packages/ui/src/navbar/index.tsx +++ b/front/packages/ui/src/navbar/index.tsx @@ -81,7 +81,7 @@ const SearchBar = forwardRef(function SearchBar(props, ref) placeholder={t("navbar.search")} placeholderTextColor={theme.light.overlay0} {...tooltip(t("navbar.search"))} - {...css({ borderColor: (theme) => theme.colors.white, height: ts(4) }, props)} + {...css({ borderColor: (theme) => theme.colors.white, height: ts(4), flexShrink: 1 }, props)} /> ); }); @@ -181,7 +181,7 @@ export const NavbarRight = () => { const { push } = useRouter(); return ( - + {Platform.OS === "web" ? ( ) : (