diff --git a/web/components/contract-overview.tsx b/web/components/contract-overview.tsx index 5409a81e..c94dbaf5 100644 --- a/web/components/contract-overview.tsx +++ b/web/components/contract-overview.tsx @@ -42,14 +42,14 @@ export const ContractOverview = (props: { {(isBinary || resolution) && ( )} - + {(isBinary || resolution) && ( )} @@ -103,7 +103,7 @@ export const ContractOverview = (props: { comments={comments} user={user} mode="all" - betRowClassName="!mt-0" + betRowClassName="!mt-0 xl:hidden" /> ) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 642090ba..358d2982 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -86,8 +86,8 @@ export default function Sidebar() { const navigationOptions = user === null ? signedOutNavigation : navigation return ( -