fix: wrap and don't disappear UI on smaller screens

This commit is contained in:
izzy
2025-12-18 17:35:33 +00:00
parent 82351f4fb9
commit 042335f3cd

View File

@@ -114,7 +114,7 @@
<section class="w-full pb-28 sm:w-5/6 md:w-[850px]">
<p class="text-sm dark:text-immich-dark-fg uppercase">{$t('admin.maintenance_integrity_report')}</p>
<div class="mt-5 hidden justify-between lg:flex gap-4">
<div class="mt-5 flex justify-between max-lg:flex-wrap gap-4">
{#each TYPES as reportType (reportType)}
<ServerStatisticsCard
title={$t(`admin.maintenance_integrity_${reportType}`)}