Remove unnecessary padding.

This commit is contained in:
SergeantPanda 2025-06-22 00:30:07 -05:00
parent 0b6175bac6
commit 77590367ac
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -835,7 +835,7 @@ const M3UTable = () => {
// 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)',
}}
>
<Box