mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
fix(web): map popup accessibility (#21759)
This commit is contained in:
@@ -169,3 +169,13 @@
|
|||||||
filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
|
filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.maplibregl-popup {
|
||||||
|
.maplibregl-popup-tip {
|
||||||
|
@apply border-t-subtle! translate-y-[-1px];
|
||||||
|
}
|
||||||
|
|
||||||
|
.maplibregl-popup-content {
|
||||||
|
@apply bg-subtle rounded-lg;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -525,7 +525,7 @@
|
|||||||
<a
|
<a
|
||||||
href="https://www.openstreetmap.org/?mlat={lat}&mlon={lon}&zoom=13#map=15/{lat}/{lon}"
|
href="https://www.openstreetmap.org/?mlat={lat}&mlon={lon}&zoom=13#map=15/{lat}/{lon}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="font-medium text-immich-primary"
|
class="font-medium text-primary underline focus:outline-none"
|
||||||
>
|
>
|
||||||
{$t('open_in_openstreetmap')}
|
{$t('open_in_openstreetmap')}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user