mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 13:21:59 +03:00
Cleanup multi-feature styling (#859)
| Old Style | New style | |---|---| | ![image](https://github.com/maplibre/martin/assets/1641515/1cfc8951-76b8-4cbf-af1a-810d15e04b2b) | ![image](https://github.com/maplibre/martin/assets/1641515/5d43164b-7084-4d4f-a343-a75f0a3f4dae) |
This commit is contained in:
parent
fa451cbf9b
commit
7a9ea5d0d4
@ -87,10 +87,12 @@
|
|||||||
background-color: #0000003F;
|
background-color: #0000003F;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!-- style about popup -->
|
|
||||||
|
<!-- popup styling -->
|
||||||
<style>
|
<style>
|
||||||
.maplibregl-popup-content {
|
.maplibregl-popup-content {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inspect_popup {
|
.inspect_popup {
|
||||||
@ -98,6 +100,10 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inspect_feature {
|
||||||
|
padding: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.inspect_feature:not(:last-child) {
|
.inspect_feature:not(:last-child) {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user