diff --git a/apps/web/src/components/create-poll.tsx b/apps/web/src/components/create-poll.tsx index 55bc99aba..f3eeae9fb 100644 --- a/apps/web/src/components/create-poll.tsx +++ b/apps/web/src/components/create-poll.tsx @@ -142,7 +142,7 @@ const Page: React.FunctionComponent = ({ }; return ( -
+
diff --git a/apps/web/src/components/layouts/standard-layout.tsx b/apps/web/src/components/layouts/standard-layout.tsx index 10f7805df..e64ba4ba6 100644 --- a/apps/web/src/components/layouts/standard-layout.tsx +++ b/apps/web/src/components/layouts/standard-layout.tsx @@ -16,7 +16,7 @@ const StandardLayout: React.FunctionComponent<{ -
+
{children}
diff --git a/apps/web/src/components/layouts/standard-layout/mobile-navigation.tsx b/apps/web/src/components/layouts/standard-layout/mobile-navigation.tsx index ccc1c2db3..5b84e0cb8 100644 --- a/apps/web/src/components/layouts/standard-layout/mobile-navigation.tsx +++ b/apps/web/src/components/layouts/standard-layout/mobile-navigation.tsx @@ -48,8 +48,10 @@ export const MobileNavigation = (props: { className?: string }) => { className={clsx( "sticky top-0 z-40 flex w-full shrink-0 items-center justify-between border-b p-2 transition-all", { - "bg-gray-50/75 shadow-sm backdrop-blur-md ": isPinned, - "border-transparent bg-gray-50/0 shadow-none": !isPinned, + "bg-gray-50 shadow-sm sm:bg-gray-50/75 sm:backdrop-blur-md ": + isPinned, + "bg-gray-50 shadow-none sm:border-transparent sm:bg-gray-50/0": + !isPinned, }, props.className, )} diff --git a/apps/web/src/components/profile.tsx b/apps/web/src/components/profile.tsx index 5aeaf038f..a4fde7edd 100644 --- a/apps/web/src/components/profile.tsx +++ b/apps/web/src/components/profile.tsx @@ -35,7 +35,7 @@ export const Profile: React.FunctionComponent = () => { } return ( -
+
{t("profileUser", {