WORKING
This commit is contained in:
@@ -74,7 +74,7 @@ body {
|
|||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
border: 2px solid #333;
|
border: 2px solid #333;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 20px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -108,6 +108,7 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 3vh; /* Increase bottom padding */
|
padding-top: 3vh; /* Increase bottom padding */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gaugeContainer {
|
.gaugeContainer {
|
||||||
@@ -127,7 +128,7 @@ body {
|
|||||||
.gaugeImage {
|
.gaugeImage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 140%;
|
max-height: 120%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
position: absolute; /* Make the image position absolute */
|
position: absolute; /* Make the image position absolute */
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -230,12 +231,17 @@ body {
|
|||||||
float: bottom;
|
float: bottom;
|
||||||
padding: 1vw;
|
padding: 1vw;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: center;
|
justify-content: center;
|
||||||
border: 3px solid #ccc;
|
display: flex;
|
||||||
border-radius: 10px;
|
}
|
||||||
margin: 20px;
|
|
||||||
padding: 20px;
|
|
||||||
width: 95%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
.js-plotly-plot {
|
||||||
|
width: 90%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.disabled {
|
||||||
|
opacity: 0;
|
||||||
|
height: 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user