Adjustments

This commit is contained in:
lindenkron 2023-04-11 13:15:27 +02:00
parent 7756264e7f
commit 126f51939f

View File

@ -1220,6 +1220,7 @@ button.glyphicon-button.active.focus {
display: flex; display: flex;
position: fixed; position: fixed;
z-index: 995; z-index: 995;
padding: 0px 10px;
bottom: 10px; bottom: 10px;
border: 0; border: 0;
min-height: 52px; min-height: 52px;
@ -1245,7 +1246,7 @@ button.glyphicon-button.active.focus {
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
bottom: 3px; bottom: 3px;
margin: 0 10px; min-width: 385px;
} }
#subControlButtons:empty{ #subControlButtons:empty{
@ -1294,7 +1295,7 @@ button.glyphicon-button.active.focus {
@media only screen and (max-width: 640px){ @media only screen and (max-width: 640px){
#controlButtons { #controlButtons {
transform: scale(0.9); /* transform: scale(0.9); */
} }
.labelSmall { .labelSmall {
@ -1323,13 +1324,13 @@ button.glyphicon-button.active.focus {
} }
@media only screen and (max-width: 400px){ @media only screen and (max-width: 400px){
#controlButtons { #controlButtons {
transform: scale(0.8); /* transform: scale(0.8); */
} }
} }
@media only screen and (max-width: 300px){ @media only screen and (max-width: 300px){
#controlButtons { #controlButtons {
transform: scale(0.7); /* transform: scale(0.7); */
} }
} }
@ -1402,7 +1403,7 @@ button.btnArmTransferRoom.selected{
height:85% height:85%
} }
#controlButtons { #controlButtons {
transform: scale(0.9); /* transform: scale(0.9); */
} }
#header{ #header{
min-height:0px; min-height:0px;
@ -1422,7 +1423,7 @@ button.btnArmTransferRoom.selected{
height:78% height:78%
} }
#controlButtons { #controlButtons {
transform: scale(0.8); /* transform: scale(0.8); */
} }
} }
@media only screen and (max-height: 190px){ @media only screen and (max-height: 190px){
@ -1435,7 +1436,7 @@ button.btnArmTransferRoom.selected{
height:70% height:70%
} }
#controlButtons { #controlButtons {
transform: scale(0.7); /* transform: scale(0.7); */
} }
} }
@media only screen and (max-height: 120px){ @media only screen and (max-height: 120px){
@ -1842,12 +1843,13 @@ input[type=range]:focus::-ms-fill-upper {
display: none!important; display: none!important;
} }
} }
@media only screen and (max-width: 641px) { @media only screen and (max-width: 700px) {
#fakeguest2{ #fakeguest2{
display: none!important; display: none!important;
} }
#subControlButtons { #subControlButtons {
position: unset; position: unset;
min-width: unset;
} }
} }
@media only screen and (max-width: 292px) { @media only screen and (max-width: 292px) {