From 77590367acbc60640fd71500411edbe6f4cbe84f Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sun, 22 Jun 2025 00:30:07 -0500 Subject: [PATCH] Remove unnecessary padding. --- frontend/src/components/tables/EPGsTable.jsx | 4 ++-- frontend/src/components/tables/M3UsTable.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/tables/EPGsTable.jsx b/frontend/src/components/tables/EPGsTable.jsx index 5c9b6e48..ad1e85f2 100644 --- a/frontend/src/components/tables/EPGsTable.jsx +++ b/frontend/src/components/tables/EPGsTable.jsx @@ -533,7 +533,7 @@ const EPGsTable = () => { // alignItems: 'center', // backgroundColor: theme.palette.background.paper, justifyContent: 'flex-end', - padding: 10, + padding: 0, // gap: 1, }} > @@ -563,7 +563,7 @@ const EPGsTable = () => { style={{ display: 'flex', flexDirection: 'column', - //height: '50%', + height: 'calc(40vh - 15px)', }} > { // alignItems: 'center', // backgroundColor: theme.palette.background.paper, justifyContent: 'flex-end', - padding: 10, + padding: 0, // gap: 1, }} > @@ -865,7 +865,7 @@ const M3UTable = () => { style={{ display: 'flex', flexDirection: 'column', - height: 'calc(40vh - 10px)', + height: 'calc(40vh - 15px)', }} >