mirror of
https://github.com/umap-project/umap.git
synced 2025-04-30 20:12:37 +02:00
Update map.css
This commit is contained in:
parent
e74ca192d6
commit
f9ba7f3c50
1 changed files with 21 additions and 0 deletions
|
@ -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 */
|
/* Map details */
|
||||||
/* *********** */
|
/* *********** */
|
||||||
|
|
Loading…
Reference in a new issue