heightmap selection - fix style on mobile

This commit is contained in:
Azgaar 2022-05-29 13:36:05 +03:00
parent c9fd598c9c
commit ab160e609c

View file

@ -79,6 +79,16 @@ function appendStyleSheet() {
justify-items: start;
}
@media (max-width: 600px) {
.heightmap-selection_options {
grid-template-columns: 3fr 1fr;
}
.heightmap-selection_options > div:first-child {
display: block;
}
}
.heightmap-selection_options > div:last-child {
justify-self: end;
}