fix sh0rk size

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-19 18:22:48 +00:00
parent b95a8760e4
commit 6df97ccc87
1 changed files with 0 additions and 1 deletions

View File

@ -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));
}
}