Better stats card filling.

This commit is contained in:
SergeantPanda 2025-06-23 17:27:34 -05:00
parent 58a1304ddc
commit e2b93d3e6f

View file

@ -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 ? (