tfrere commited on
Commit
ccffbf4
·
1 Parent(s): 5340986

ui: fix memory usage breakdown

Browse files
Files changed (2) hide show
  1. dist/style.css +6 -0
  2. 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 {