ui: fix responsive images
Browse files- dist/style.css +5 -0
- 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 |
}
|