diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-06-27 15:01:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 15:01:35 -0400 |
commit | 24ef820ba816411288d8bc739f6e69abb511deb0 (patch) | |
tree | 0b879b7e2c20a6bf92710d2fc208c6bb6e0e2cb8 /ext/js/display/structured-content-generator.js | |
parent | 94819e0ec316f06b27e57b9f02bff6927a5a45b4 (diff) |
Update structured content CSS styles (#1770)
Diffstat (limited to 'ext/js/display/structured-content-generator.js')
-rw-r--r-- | ext/js/display/structured-content-generator.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |