fix: tighten photo overlay and popup spacing
This commit is contained in:
@@ -726,7 +726,7 @@ function htmlPage(): string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-popup-content {
|
.leaflet-popup-content {
|
||||||
margin: 0;
|
margin: 10px 12px 12px;
|
||||||
color: var(--timeline-text);
|
color: var(--timeline-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1056,13 +1056,8 @@ function htmlPage(): string {
|
|||||||
<div class="overlay-card">
|
<div class="overlay-card">
|
||||||
<header>
|
<header>
|
||||||
<strong id="overlay-title">Photo</strong>
|
<strong id="overlay-title">Photo</strong>
|
||||||
<button class="close" id="close-overlay" type="button">
|
<button class="close" id="close-overlay" type="button" aria-label="Close photo">
|
||||||
<span class="button-icon" aria-hidden="true">
|
x
|
||||||
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M4 4l8 8M12 4l-8 8" stroke="currentColor" stroke-width="1.6" stroke-linecap="round"/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
<span>Close</span>
|
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
<div class="overlay-media">
|
<div class="overlay-media">
|
||||||
|
|||||||
Reference in New Issue
Block a user