Gauge logic
This commit is contained in:
+17
-10
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user