« get me outta code hell

content: image: fix missing .image-inner-area div - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/image.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-04-08 17:14:48 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-04-08 18:26:02 -0300
commitd406c50e3b51d2d370a6331f1aaf9603782594b9 (patch)
treec7f98713cb8d61b14391bda7c6d21044ab0314f4 /src/content/dependencies/image.js
parent61e85e0d87a6ff6712b0803bd45fc7caa959f89a (diff)
content: image: fix missing .image-inner-area div
Diffstat (limited to 'src/content/dependencies/image.js')
-rw-r--r--src/content/dependencies/image.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/image.js b/src/content/dependencies/image.js
index 1960fb0..822a899 100644
--- a/src/content/dependencies/image.js
+++ b/src/content/dependencies/image.js
@@ -148,7 +148,8 @@ export default {
 
           wrapped =
             html.tag('div', {class: 'image-container'},
-              wrapped);
+              html.tag('div', {class: 'image-inner-area'},
+                wrapped));
 
           if (willReveal) {
             wrapped =