Update map.css

This commit is contained in:
fim100 2024-08-09 18:02:09 +03:30 committed by GitHub
parent b9bea5edde
commit 6289b42b7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,24 @@
/* ************* */
/* temporary fix */
/* ************* */
/* https://github.com/umap-project/umap/pull/2046#issuecomment-2278046469 */
html[dir="rtl"] .leaflet-inplace-toolbar {
direction: ltr;
}
html[dir="rtl"] .leaflet-inplace-toolbar > * {
direction: rtl;
}
html[dir="rtl"] .leaflet-tooltip-pane {
direction: ltr;
}
html[dir="rtl"] .leaflet-tooltip-pane > * {
direction: rtl;
}
.marker-cluster div { /* fix cluster icon for rtl */
margin-left: unset;
margin-inline-start: 5px;
}
/* *********** */
/* Map details */
/* *********** */