Update MarkerCluster.Default.css

Adding RTL styles to MarkerCluster.Default.css
This commit is contained in:
fim100 2024-08-02 20:45:38 +03:30 committed by GitHub
parent 21318542f5
commit 9d4e8d1fec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,10 @@
border-radius: 15px;
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
html[dir="rtl"] .marker-cluster div {
margin-right: 5px;
margin-left: auto;
}
.marker-cluster span {
line-height: 30px;
}
}