fix map preview image layout

This commit is contained in:
Brian Beck 2026-02-19 06:28:13 -08:00
parent 1121012d91
commit 5694f07e1f
22 changed files with 27 additions and 27 deletions

View file

@ -626,6 +626,7 @@ input[type="range"] {
}
.MapInfoDialog-right {
display: flex;
border-left: 1px solid rgba(0, 190, 220, 0.3);
height: 100%;
width: auto;
@ -634,7 +635,6 @@ input[type="range"] {
}
.MapInfoDialog-preview {
display: block;
height: 100%;
width: auto;
overflow: hidden;