1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Web app tab improvements and set Let's Encrypt cert renew time.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-02 10:41:21 -07:00
parent 4094daf58f
commit 131581937a
6 changed files with 20 additions and 18 deletions

View file

@ -2032,7 +2032,7 @@ a {
position: relative;
overflow: hidden;
width: 100%;
max-height: calc(100vh - 270px); /* + 24px hight of submenu */
max-height: calc(100vh - 270px); /* + 24px height of submenu */
height: calc(100vh - 270px);
}
@ -2043,8 +2043,8 @@ a {
.fulldesk #deskarea3x {
grid-area: deskarea3;
max-height: none;
height: calc(100vh - 52px);
max-height: 100%;
height: 100%;
-ms-grid-column: 1;
-ms-grid-row: 3;
}