Zoom levels for clusters

This commit is contained in:
2024-11-29 17:30:07 +01:00
parent 4ea00e9555
commit 1a0c5c1766
5 changed files with 35 additions and 15 deletions

View File

@@ -120,9 +120,13 @@ a:visited {
.modal {
z-index: 1000;
}
.modal-content {
.modal-content,
.modal-card {
width: 60vw;
}
.modal-card {
min-height: 95vh;
}
.has-bottom-border {
border-bottom: 1px #aaa solid;
}