mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
fix max height
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user