mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 07:29:28 -08:00
chore: cannonical tailwind classes (#23427)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
<Modal title={$t('add_partner')} {onClose} size="small">
|
||||
<ModalBody>
|
||||
<div class="immich-scrollbar max-h-[300px] overflow-y-auto">
|
||||
<div class="immich-scrollbar max-h-75 overflow-y-auto">
|
||||
{#if availableUsers.length > 0}
|
||||
{#each availableUsers as user (user.id)}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user