mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
fix stream card buttons
This commit is contained in:
parent
7a2c0305f7
commit
815affd9ec
@ -55,10 +55,6 @@ function StreamCard({ stream, ...props }: CardProps & { stream: NostrEvent }) {
|
||||
</Badge>
|
||||
)}
|
||||
</Flex>
|
||||
<ButtonGroup size="sm" variant="ghost" position="absolute" right="2" top="2">
|
||||
<StreamFavoriteButton stream={stream} />
|
||||
<DebugEventButton event={stream} />
|
||||
</ButtonGroup>
|
||||
|
||||
<Box
|
||||
backgroundImage={image}
|
||||
@ -84,6 +80,10 @@ function StreamCard({ stream, ...props }: CardProps & { stream: NostrEvent }) {
|
||||
{starts && <Timestamp timestamp={starts} fontSize="sm" display="block" />}
|
||||
</Flex>
|
||||
</CardBody>
|
||||
<ButtonGroup size="sm" variant="ghost" position="absolute" right="2" top="2">
|
||||
<StreamFavoriteButton stream={stream} />
|
||||
<DebugEventButton event={stream} />
|
||||
</ButtonGroup>
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user