mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix: wrap and don't disappear UI on smaller screens
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
<section class="w-full pb-28 sm:w-5/6 md:w-[850px]">
|
<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>
|
<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)}
|
{#each TYPES as reportType (reportType)}
|
||||||
<ServerStatisticsCard
|
<ServerStatisticsCard
|
||||||
title={$t(`admin.maintenance_integrity_${reportType}`)}
|
title={$t(`admin.maintenance_integrity_${reportType}`)}
|
||||||
|
|||||||
Reference in New Issue
Block a user