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)', }} >