mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-04 15:52:58 +00:00
Better stats card filling.
This commit is contained in:
parent
58a1304ddc
commit
e2b93d3e6f
1 changed files with 3 additions and 1 deletions
|
|
@ -480,6 +480,8 @@ const ChannelCard = ({
|
|||
style={{
|
||||
color: '#fff',
|
||||
backgroundColor: '#27272A',
|
||||
maxWidth: '700px',
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<Stack style={{ position: 'relative' }}>
|
||||
|
|
@ -861,7 +863,7 @@ const ChannelsPage = () => {
|
|||
display: 'grid',
|
||||
gap: '1rem',
|
||||
padding: '10px',
|
||||
gridTemplateColumns: 'repeat(auto-fit, minmax(500px, 1fr))',
|
||||
gridTemplateColumns: 'repeat(auto-fill, minmax(500px, 1fr))',
|
||||
}}
|
||||
>
|
||||
{Object.keys(activeChannels).length === 0 ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue