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:
Yuri Astrakhan 2023-09-03 13:30:38 -04:00 committed by GitHub
parent fa451cbf9b
commit 7a9ea5d0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }