Fix height
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -93,8 +93,8 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
overflow: hidden;
|
||||
transition: height 0.5s ease-out;
|
||||
height:3.25em;
|
||||
transition: max-height 0.5s ease-out;
|
||||
max-height:5em;
|
||||
}
|
||||
|
||||
.healthstatus {
|
||||
@@ -103,5 +103,5 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
|
||||
}
|
||||
|
||||
.online {
|
||||
height:0;
|
||||
max-height:0em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user