mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
Move m3u and url badges to same line as stream name.
This commit is contained in:
parent
7551869a2e
commit
e26ecad013
1 changed files with 2 additions and 2 deletions
|
|
@ -303,8 +303,8 @@ const ChannelStreams = ({ channel, isExpanded }) => {
|
|||
|
||||
return (
|
||||
<Box>
|
||||
<Text fw={500} size="sm">{stream.name}</Text>
|
||||
<Group gap="xs" mt={2}>
|
||||
<Group gap="xs" align="center">
|
||||
<Text fw={500} size="sm">{stream.name}</Text>
|
||||
<Badge size="xs" variant="light" color="teal">
|
||||
{accountName}
|
||||
</Badge>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue