From 24ef820ba816411288d8bc739f6e69abb511deb0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 27 Jun 2021 15:01:35 -0400 Subject: Update structured content CSS styles (#1770) --- ext/js/display/structured-content-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/display') diff --git a/ext/js/display/structured-content-generator.js b/ext/js/display/structured-content-generator.js index 28f63f54..5b10811f 100644 --- a/ext/js/display/structured-content-generator.js +++ b/ext/js/display/structured-content-generator.js @@ -104,7 +104,7 @@ class StructuredContentGenerator { const aspectRatioSizer = this._createElement('span', 'gloss-image-aspect-ratio-sizer'); imageContainer.appendChild(aspectRatioSizer); - const imageBackground = this._createElement('span', 'gloss-image-background icon'); + const imageBackground = this._createElement('span', 'gloss-image-background'); imageContainer.appendChild(imageBackground); const image = this._createElement('img', 'gloss-image'); -- cgit v1.2.3