Update graph styles in CSS file
This commit is contained in:
@@ -50,7 +50,7 @@ body {
|
||||
border-radius: 10px;
|
||||
margin: 20px;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
width: 90;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -98,8 +98,7 @@ body {
|
||||
}
|
||||
|
||||
.filter-button {
|
||||
flex: 1;
|
||||
width: 20%;
|
||||
width: 10%;
|
||||
background-color: #007bff;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
@@ -108,4 +107,10 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.js-plotly-plot {
|
||||
align-self: center;
|
||||
width: 95%;
|
||||
height: 100%;
|
||||
margin: 10px;
|
||||
}
|
||||
/* Additional styling as needed */
|
||||
|
Reference in New Issue
Block a user