mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 19:14:00 +00:00
Remove max size on group and epg columns. Increase default column size for epg
This commit is contained in:
parent
d7129d6195
commit
0c507988b6
1 changed files with 1 additions and 3 deletions
|
|
@ -816,9 +816,8 @@ const ChannelsTable = ({}) => {
|
|||
</Box>
|
||||
);
|
||||
},
|
||||
size: columnSizing.epg || 120,
|
||||
size: columnSizing.epg || 200,
|
||||
minSize: 80,
|
||||
maxSize: 200,
|
||||
},
|
||||
{
|
||||
id: 'channel_group',
|
||||
|
|
@ -839,7 +838,6 @@ const ChannelsTable = ({}) => {
|
|||
),
|
||||
size: columnSizing.channel_group || 175,
|
||||
minSize: 100,
|
||||
maxSize: 300,
|
||||
},
|
||||
{
|
||||
id: 'logo',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue