mirror of
https://github.com/immich-app/immich.git
synced 2026-02-13 15:04:29 -05:00
fix: wrap and don't disappear UI on smaller screens
This commit is contained in:
parent
82351f4fb9
commit
042335f3cd
@ -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}`)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user