This commit is contained in:
2025-09-22 20:47:19 +05:30
parent 5e3419c3c3
commit d0cd151ab8

View File

@@ -40,11 +40,11 @@ const services = {
url: "http://radarr.aetoskia.com", url: "http://radarr.aetoskia.com",
desc: "Movie management", desc: "Movie management",
}, },
{ // {
name: "Prowlarr", // name: "Prowlarr",
url: "http://prowlarr.aetoskia.com", // url: "http://prowlarr.aetoskia.com",
desc: "Indexer management", // desc: "Indexer management",
}, // },
{ {
name: "qBittorrent", name: "qBittorrent",
url: "http://qbit.aetoskia.com", url: "http://qbit.aetoskia.com",
@@ -68,7 +68,7 @@ export default function Home() {
<Container maxWidth="lg"> <Container maxWidth="lg">
<Box <Box
sx={{ sx={{
minHeight: "150vh", minHeight: "120vh",
backgroundImage: "url('/extended_sigil.png')", backgroundImage: "url('/extended_sigil.png')",
backgroundSize: "cover", backgroundSize: "cover",
backgroundRepeat: "no-repeat", backgroundRepeat: "no-repeat",
@@ -83,7 +83,7 @@ export default function Home() {
{/* Bottom dashboard: only 50% height of viewport */} {/* Bottom dashboard: only 50% height of viewport */}
<Box <Box
sx={{ sx={{
height: "80vh", // 50% of viewport height height: "60vh", // 50% of viewport height
overflowY: "auto", // scroll if content overflows overflowY: "auto", // scroll if content overflows
p: 2, p: 2,
}} }}