aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-19 18:22:48 +0000
committerXe <me@christine.website>2021-12-19 18:22:48 +0000
commit6df97ccc87f426a994d1db48812910a9c27e75ee (patch)
treef9593583f94134e9cff5b5c0fb451493e2b29800 /static
parentb95a8760e46e3b29d00a6a5ffd672546a5aac992 (diff)
downloadxesite-6df97ccc87f426a994d1db48812910a9c27e75ee.tar.xz
xesite-6df97ccc87f426a994d1db48812910a9c27e75ee.zip
fix sh0rk size
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static')
-rw-r--r--static/js/conversation.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/conversation.js b/static/js/conversation.js
index 95626f0..30a431f 100644
--- a/static/js/conversation.js
+++ b/static/js/conversation.js
@@ -29,7 +29,6 @@ export class Conversation extends HTMLElement {
root.appendChild(h("link", {rel: "stylesheet", href: "/css/hack.css"}));
root.appendChild(h("link", {rel: "stylesheet", href: "/css/gruvbox-dark.css"}));
root.appendChild(h("link", {rel: "stylesheet", href: "/css/shim.css"}));
- root.appendChild(h("style", {textContent: `img { width: 67%; }`}));
root.appendChild(mkConversation(who, mood, this.childNodes));
}
}