mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added feature switch to force showing of unit control panel.
This commit is contained in:
@@ -25,8 +25,8 @@ body {
|
||||
|
||||
#map-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
min-width: 820px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#primary-toolbar {
|
||||
@@ -41,33 +41,37 @@ body {
|
||||
}
|
||||
|
||||
#unit-control-panel {
|
||||
height: fit-content;
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
height: fit-content;
|
||||
width: 250px;
|
||||
left: 10px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
body.forceShowUnitControlPanel #unit-control-panel {
|
||||
display:block !important;
|
||||
}
|
||||
|
||||
.content #unit-control-panel {
|
||||
position: static;
|
||||
}
|
||||
|
||||
#connection-status-panel {
|
||||
position: absolute;
|
||||
height: 30px;
|
||||
width: 160px;
|
||||
bottom: 20px;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 160px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#mouse-info-panel {
|
||||
position: absolute;
|
||||
height: fit-content;
|
||||
width: 160px;
|
||||
bottom: 60px;
|
||||
height: fit-content;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
width: 160px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@@ -78,10 +82,10 @@ body {
|
||||
|
||||
|
||||
#log-panel {
|
||||
position: absolute;
|
||||
height: 200px;
|
||||
width: 400px;
|
||||
top: 60px;
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
top: 60px;
|
||||
width: 400px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user