fix(ui): constrain photo popups
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 4s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 4s
This commit is contained in:
@@ -644,6 +644,7 @@ function htmlPage(): string {
|
||||
|
||||
.thumb {
|
||||
width: min(210px, 100%);
|
||||
box-sizing: border-box;
|
||||
padding: 8px;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
@@ -675,7 +676,7 @@ function htmlPage(): string {
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
margin: 10px 12px;
|
||||
margin: 0;
|
||||
color: var(--timeline-text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user