montpellier-2023: change map widget height (#86896)

This commit is contained in:
Thomas Jund 2024-02-14 17:39:22 +01:00 committed by Thomas Jund
parent f899632465
commit dc14527a07
1 changed files with 5 additions and 0 deletions

View File

@ -748,6 +748,11 @@ label {
transform: scale(1.4);
transform-origin: left;
}
// change default map size
div.qommon-map {
height: 450px;
max-height: calc(100vh - #{$nav-mobile-bottom-bar-height * 2});
}
}
.previous-button button {
@extend %gray-button;