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:
parent
44ae806b30
commit
e0b29c905c
@ -27,8 +27,8 @@
|
|||||||
<fm-user-menu [user]="user|async" [showMenu]="accountMenuVisible|async"></fm-user-menu>
|
<fm-user-menu [user]="user|async" [showMenu]="accountMenuVisible|async"></fm-user-menu>
|
||||||
</div>
|
</div>
|
||||||
<div class="healthstatus-container online" [ngClass]="{'online' :(isOnline|async)}">
|
<div class="healthstatus-container online" [ngClass]="{'online' :(isOnline|async)}">
|
||||||
<div class="healthstatus alert alert-danger" >
|
<div class="healthstatus alert alert-danger m-0" >
|
||||||
<span i18n>No connection, check your internet connection</span>
|
<span i18n>Not connected, make sure youre device has an active internet connection</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -93,8 +93,8 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: height 0.5s ease-out;
|
transition: max-height 0.5s ease-out;
|
||||||
height:3.25em;
|
max-height:5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.healthstatus {
|
.healthstatus {
|
||||||
@ -103,5 +103,5 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.online {
|
.online {
|
||||||
height:0;
|
max-height:0em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user