From a725dd7274613e373d8df8a77d7795f22fda7f12 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 26 Dec 2022 13:54:23 -0800 Subject: [PATCH] Mobile Hotfix Mobile is hella broken, this makes it one notch less broken but still hella broken --- components/GridRepCollection/index.scss | 3 +-- pages/[username].tsx | 1 + pages/new/index.tsx | 1 + pages/p/[party].tsx | 1 + pages/saved.tsx | 1 + pages/teams.tsx | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/GridRepCollection/index.scss b/components/GridRepCollection/index.scss index db3ee5b0..438c097c 100644 --- a/components/GridRepCollection/index.scss +++ b/components/GridRepCollection/index.scss @@ -1,9 +1,8 @@ .GridRepCollection { display: grid; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: repeat(auto-fit, 332px); margin: 0 auto; padding: 0; - width: fit-content; transition: opacity 0.14s ease-in-out; // width: fit-content; max-width: 996px; diff --git a/pages/[username].tsx b/pages/[username].tsx index 215a201c..35d23977 100644 --- a/pages/[username].tsx +++ b/pages/[username].tsx @@ -256,6 +256,7 @@ const ProfileRoute: React.FC = (props: Props) => { username: props.user?.username, })} /> + {/* OpenGraph */} = (props: Props) => { {/* HTML */} {t('page.titles.new')} + {/* OpenGraph */} diff --git a/pages/p/[party].tsx b/pages/p/[party].tsx index a9dd2c17..bd5b736a 100644 --- a/pages/p/[party].tsx +++ b/pages/p/[party].tsx @@ -65,6 +65,7 @@ const PartyRoute: React.FC = (props: Props) => { raidName: props.party.raid ? props.party.raid.name[locale] : '', })} /> + {/* OpenGraph */} = (props: Props) => {
{t('page.titles.saved')} + diff --git a/pages/teams.tsx b/pages/teams.tsx index 4800c9f0..9dac3d9e 100644 --- a/pages/teams.tsx +++ b/pages/teams.tsx @@ -290,6 +290,7 @@ const TeamsRoute: React.FC = (props: Props) => { {/* HTML */} {t('page.titles.discover')} + {/* OpenGraph */}