cleaner view for services
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2025-10-10 18:09:32 +05:30
parent 4e26f2131c
commit 6c8d24c017
3 changed files with 7 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ const items = [
{ name: "Jellyseerr", url: "http://jellyseerr.aetoskia.com", desc: "Summon films and series from the digital void.", external: true },
{ name: "Sonarr", url: "http://sonarr.aetoskia.com", desc: "Keep the endless chronicles of TV under iron control.", external: true },
{ name: "Radarr", url: "http://radarr.aetoskia.com", desc: "Command the legions of cinema, enforce cinematic order.", external: true },
{ name: "qBit", url: "http://qbit.aetoskia.com", desc: "Torrent war engine, fetching data across the nether realms.", external: true },
],
description:
"Behold the archive of visual legends, where the eternal campaigns of film and series march forth in eternal crusade against chaos and forgetfulness.",
@@ -108,7 +107,6 @@ export function MobileLayout({
))}
</Box>
<Card variant="outlined">
<ServiceList serviceList={selectedFeature.serviceList} />
<Box sx={{ px: 2, pb: 2 }}>
<Typography
gutterBottom
@@ -120,6 +118,7 @@ export function MobileLayout({
{selectedFeature.description}
</Typography>
</Box>
<ServiceList serviceList={selectedFeature.serviceList} />
</Card>
</Box>
);
@@ -188,9 +187,7 @@ export default function Services() {
},
]}
>
{icon}
<Typography variant="h6">{title}</Typography>
<Typography variant="h6">{icon} {title}</Typography>
<Typography variant="body2">{description}</Typography>
</Box>
</Box>