ui: fix memory usage breakdown
Browse files- dist/style.css +6 -0
- src/style.css +6 -0
dist/style.css
CHANGED
@@ -718,6 +718,12 @@ iframe, .js-plotly-plot {
|
|
718 |
#graph-container {
|
719 |
grid-template-columns: 1fr;
|
720 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
721 |
}
|
722 |
|
723 |
.main-plot-container svg {
|
|
|
718 |
#graph-container {
|
719 |
grid-template-columns: 1fr;
|
720 |
}
|
721 |
+
#graph-all {
|
722 |
+
margin-right: 0px;
|
723 |
+
}
|
724 |
+
#controls {
|
725 |
+
margin-left: 0px;
|
726 |
+
}
|
727 |
}
|
728 |
|
729 |
.main-plot-container svg {
|
src/style.css
CHANGED
@@ -718,6 +718,12 @@ iframe, .js-plotly-plot {
|
|
718 |
#graph-container {
|
719 |
grid-template-columns: 1fr;
|
720 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
721 |
}
|
722 |
|
723 |
.main-plot-container svg {
|
|
|
718 |
#graph-container {
|
719 |
grid-template-columns: 1fr;
|
720 |
}
|
721 |
+
#graph-all {
|
722 |
+
margin-right: 0px;
|
723 |
+
}
|
724 |
+
#controls {
|
725 |
+
margin-left: 0px;
|
726 |
+
}
|
727 |
}
|
728 |
|
729 |
.main-plot-container svg {
|