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:
parent
4094daf58f
commit
131581937a
6 changed files with 20 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue