Move editor icons to eventmanager and remove inline styling
This commit is contained in:
@@ -84,32 +84,5 @@
|
||||
data-map-pitch="{{ mapPitch|default(0)|e('html_attr') }}"
|
||||
></div>
|
||||
|
||||
<style>
|
||||
.eventmanager-map-filter {
|
||||
display: grid;
|
||||
gap: .5rem;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.eventmanager-map-filter__group {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: .5rem;
|
||||
}
|
||||
|
||||
.eventmanager-map-filter__tag[aria-pressed="true"] {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.eventmanager-map {
|
||||
width: 100%;
|
||||
min-height: 420px;
|
||||
}
|
||||
|
||||
.maplibregl-popup {
|
||||
z-index: 2147483647;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script type="application/json" id="{{ mapDataElementId|e('html_attr') }}">{{ mapItemsJson|raw }}</script>
|
||||
<script type="module" src="/bundles/mummertmediaeventmanager/assets/map-module.js?v=20260227b"></script>
|
||||
|
||||
Reference in New Issue
Block a user