fix max height

This commit is contained in:
tdgao
2026-03-31 12:33:14 -06:00
parent 7d6ad93528
commit 2150ad60a8
2 changed files with 4 additions and 3 deletions
@@ -94,7 +94,7 @@
<!-- Right column - mod icon grid -->
<div
class="relative flex h-[617px] w-[380px] shrink-0 items-center justify-center overflow-hidden rounded-[40px]"
class="relative flex h-[617px] w-[380px] shrink-0 items-center justify-center overflow-hidden rounded-[40px] pointer-events-none select-none"
>
<div class="rotate-[15deg]">
<div class="flex flex-col gap-4">
@@ -131,7 +131,7 @@
</div>
<!-- Gradient overlay fading to page background -->
<div
class="absolute inset-0 rounded-[40px] pointer-events-none bg-gradient-to-b from-transparent to-[var(--color-bg)]"
class="absolute rounded-[40px] inset-0 pointer-events-none bg-gradient-to-b from-transparent to-[var(--color-bg)]"
/>
</div>
</div>
@@ -1,7 +1,8 @@
<template>
<div
data-pyro-server-list-root
class="experimental-styles-within relative mx-auto mb-6 flex min-h-screen w-full max-w-[1280px] flex-col px-6"
class="experimental-styles-within relative mx-auto mb-6 flex w-full max-w-[1280px] flex-col px-6"
:class="serverList.length ? 'min-h-screen' : 'min-h-[calc(100vh-4.5rem)]'"
>
<ModrinthServersPurchaseModal
v-if="customer && regions"