mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-17 04:32:40 -04:00
fix modern ui fullscreen toolbar #6874
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
92c2b61318
commit
7ad49ba0ac
@ -2478,15 +2478,16 @@ nav .lbbuttonsel2 {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
display: -ms-grid;
|
display: -ms-grid;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 0px;
|
grid-gap: 0px;
|
||||||
grid-template-areas: "deskarea1" "deskarea2" "deskarea3" "deskarea4";
|
grid-template-areas: "deskarea1" "deskarea2" "deskarea3" "deskarea4";
|
||||||
/* grid-template-columns: 90px auto; */
|
/* grid-template-columns: 90px auto; */
|
||||||
grid-template-rows: 24px max-content auto max-content;
|
grid-template-rows: max-content max-content auto max-content;
|
||||||
-ms-grid-columns: 1fr;
|
-ms-grid-columns: 1fr;
|
||||||
-ms-grid-rows: 24px max-content 1fr max-content;
|
-ms-grid-rows: max-content max-content 1fr max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
#deskarea0 .mR {
|
#deskarea0 .mR {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user