mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 09:14:59 +03:00
chore: rounded map corner when needed (#18163)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
{#if $featureFlags.loaded && $featureFlags.map}
|
||||
<UserPageLayout title={data.meta.title}>
|
||||
<div class="isolate h-full w-full">
|
||||
<Map hash onSelect={onViewAssets} />
|
||||
<Map hash onSelect={onViewAssets} rounded />
|
||||
</div>
|
||||
</UserPageLayout>
|
||||
<Portal target="body">
|
||||
|
||||
Reference in New Issue
Block a user