Update styling

This commit is contained in:
Aj - Thomas
2022-05-05 09:34:18 +02:00
parent 2149e2e10a
commit 49be02ffcd

View File

@@ -88,6 +88,7 @@ function DayComponent(props: any) {
style={{ height: '100%', width: '100%' }} style={{ height: '100%', width: '100%' }}
> >
<Center> <Center>
{/* TODO: #6 Make the color of the indicator dependant on the type of medias avilable */}
<Indicator size={10} color="red"> <Indicator size={10} color="red">
<Popover <Popover
position="left" position="left"
@@ -98,7 +99,7 @@ function DayComponent(props: any) {
> >
<ScrollArea style={{ height: 400 }}> <ScrollArea style={{ height: 400 }}>
{sonarrFiltered.length > 0 && <SonarrMediaDisplay media={sonarrFiltered[0]} />} {sonarrFiltered.length > 0 && <SonarrMediaDisplay media={sonarrFiltered[0]} />}
<Divider my="xl" /> <Divider variant="dashed" my="xl" />
{radarrFiltered.length > 0 && <RadarrMediaDisplay media={radarrFiltered[0]} />} {radarrFiltered.length > 0 && <RadarrMediaDisplay media={radarrFiltered[0]} />}
</ScrollArea> </ScrollArea>
</Popover> </Popover>