Gauge logic

This commit is contained in:
2025-02-03 00:13:44 +01:00
parent 3af799d18e
commit 5599c3d1bd
13 changed files with 317 additions and 141 deletions
+17 -10
View File
@@ -45,27 +45,34 @@
}
#KH_FE_FPLAN {
#TLR div {
height: calc(100vh - 6vw - 180px);
width: 100%;
margin-top: 100px;
margin-bottom: 3vw;
overflow-y: scroll;
overflow-x: hidden;
#TLR div,
#OFP div {
line-height: unset !important;
font-size: unset !important;
}
#TLR pre {
#TLR pre,
#OFP pre {
white-space: pre;
line-height: 14px;
font-size: 13px;
font-family: 'Consolas' !important;
}
#TLR img {
width: calc(100vw - 6vw);
#OFP img {
width: 100%;
}
height: calc(100vh - 6vw - 170px);
width: 100%;
margin-top: 90px;
margin-bottom: 3vw;
overflow-y: scroll;
overflow-x: hidden;
&.p2 {
height: calc(100vh - 6vw - 240px);
margin-top: 160px;
}
}
}