1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(web): remove global style from map marker (#2408)

This commit is contained in:
Michel Heusschen 2023-05-09 15:57:17 +02:00 committed by GitHub
parent f1b70e13a1
commit dffd992304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,18 +100,13 @@
<slot />
{/if}
<style>
:global(.leaflet-marker-icon) {
border-radius: 50%;
}
<style lang="postcss">
:global(.marker-cluster) {
background-clip: padding-box;
border-radius: 20px;
}
:global(.asset-marker-icon) {
border-radius: 50%;
@apply rounded-full;
object-fit: cover;
border: 1px solid rgb(69, 80, 169);
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
@ -126,7 +121,7 @@
margin-top: 5px;
text-align: center;
border-radius: 20px;
@apply rounded-full;
font-weight: bold;
background-color: rgb(236, 237, 246);