mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-21 01:05:30 +00:00
Remove unnecessary padding.
This commit is contained in:
parent
0b6175bac6
commit
77590367ac
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue