max height on select on all device and screen

This commit is contained in:
GRL 2021-06-08 09:10:06 +02:00
parent aa9c3b9f4f
commit a7cf071971

View file

@ -173,6 +173,8 @@
.control-group {
display: flex;
flex-direction: row;
max-height: 60px;
margin-top: 10px;
img {
width: 30px;
@ -221,11 +223,6 @@
font-size: 80%;
}
.enableCameraScene .control-group {
max-height: 60px;
margin-top: 10px;
}
.enableCameraScene button.letsgo {
font-size: 160%;
}