mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-04 22:59:55 +01:00
@@ -131,8 +131,8 @@ function MediaRequestListTile({ widget }: MediaRequestListWidgetProps) {
|
||||
<Text>{t('nonePending')}</Text>
|
||||
)}
|
||||
{sortedData.map((item) => (
|
||||
<Card pos="relative" withBorder>
|
||||
<Flex justify="space-between" gap="md">
|
||||
<Card withBorder>
|
||||
<Flex wrap="wrap" justify="space-between" gap="md">
|
||||
<Flex gap="md">
|
||||
<Image
|
||||
src={item.posterPath}
|
||||
|
||||
Reference in New Issue
Block a user