From 5dedea8bb7097bd5f39a7bd1255ef7533af89799 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Mon, 25 Sep 2023 09:51:02 +1000 Subject: [PATCH] fix centering custom shortcut icons --- src/SEQTA.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/SEQTA.js b/src/SEQTA.js index 3563adf2..bba0925b 100644 --- a/src/SEQTA.js +++ b/src/SEQTA.js @@ -2870,7 +2870,21 @@ function CreateCustomShortcutDiv(element) { shortcutdiv.classList.add("customshortcut"); let image = stringToHTML( - `${element.icon}`, + ` + + + ${element.icon} + + + `, ).firstChild; image.classList.add("shortcuticondiv"); var text = document.createElement("p");