From 12db7a065ad566b47d46de4b949343290894f153 Mon Sep 17 00:00:00 2001 From: Brandon Cohen Date: Wed, 30 Dec 2020 23:57:31 -0500 Subject: [PATCH] fix(frontend): full season request modal fits on a smaller mobile UI (#535) * fix(frontend): full season request modal fits on a smaller mobile UI * fix(frontend): added responsive variant and removed unnecessary padding * fix(frontend): added in responsive design * fix(frontend): applied the same spacing from the discovery page to the requests/users pages * fix(frontend): revered change to keep tables edge to edge on mobile --- src/components/CollectionDetails/index.tsx | 2 +- src/components/Common/List/index.tsx | 2 +- src/components/Common/Modal/index.tsx | 4 +- src/components/Common/SlideOver/index.tsx | 4 +- src/components/Common/Table/index.tsx | 4 +- src/components/Layout/index.tsx | 4 +- src/components/Login/index.tsx | 6 +-- src/components/MovieDetails/index.tsx | 2 +- src/components/RequestBlock/index.tsx | 2 +- src/components/RequestList/index.tsx | 2 +- .../RequestModal/TvRequestModal.tsx | 14 ++--- .../Notifications/NotificationsDiscord.tsx | 8 +-- .../Notifications/NotificationsEmail.tsx | 36 ++++++------- .../NotificationsSlack/index.tsx | 8 +-- .../Notifications/NotificationsTelegram.tsx | 10 ++-- src/components/Settings/RadarrModal/index.tsx | 44 ++++++++-------- src/components/Settings/SettingsMain.tsx | 8 +-- src/components/Settings/SettingsPlex.tsx | 16 +++--- src/components/Settings/SonarrModal/index.tsx | 52 +++++++++---------- src/components/Setup/index.tsx | 4 +- src/components/Toast/index.tsx | 2 +- src/components/TvDetails/index.tsx | 2 +- src/components/UserEdit/index.tsx | 6 +-- src/components/UserList/index.tsx | 2 +- tailwind.config.js | 2 +- 25 files changed, 123 insertions(+), 123 deletions(-) diff --git a/src/components/CollectionDetails/index.tsx b/src/components/CollectionDetails/index.tsx index 93e954ea..38e3fb7b 100644 --- a/src/components/CollectionDetails/index.tsx +++ b/src/components/CollectionDetails/index.tsx @@ -102,7 +102,7 @@ const CollectionDetails: React.FC = ({ return (
= ({ title, children }) => { return ( -
+
{title}
{children} diff --git a/src/components/Common/Modal/index.tsx b/src/components/Common/Modal/index.tsx index 9420b85e..2cdcb423 100644 --- a/src/components/Common/Modal/index.tsx +++ b/src/components/Common/Modal/index.tsx @@ -98,7 +98,7 @@ const Modal: React.FC = ({ show={!loading} >
= ({