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

ui: fix responsive images

Browse files
Files changed (2) hide show
  1. dist/style.css +5 -0
  2. src/style.css +5 -0
dist/style.css CHANGED
@@ -722,4 +722,9 @@ iframe, .js-plotly-plot {
722
 
723
  .main-plot-container svg {
724
  background: transparent !important;
 
 
 
 
 
725
  }
 
722
 
723
  .main-plot-container svg {
724
  background: transparent !important;
725
+ }
726
+
727
+ .large-image-background-transparent {
728
+ margin-left: 0px;
729
+ margin-right: 0px;
730
  }
src/style.css CHANGED
@@ -722,4 +722,9 @@ iframe, .js-plotly-plot {
722
 
723
  .main-plot-container svg {
724
  background: transparent !important;
 
 
 
 
 
725
  }
 
722
 
723
  .main-plot-container svg {
724
  background: transparent !important;
725
+ }
726
+
727
+ .large-image-background-transparent {
728
+ margin-left: 0px;
729
+ margin-right: 0px;
730
  }