diff --git a/pageUpdater.js b/pageUpdater.js index f9598de..4e28eac 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -77,7 +77,7 @@ function converter(html) { var addedHTML = "
"
if (status.emoji) {
if (status.emoji.id) {
- addedHTML += ``
+ addedHTML += `
`
} else {
addedHTML += status.emoji.name
}
diff --git a/static/root.css b/static/root.css
index 382f55d..bd6ba5c 100644
--- a/static/root.css
+++ b/static/root.css
@@ -66,9 +66,14 @@
}
.emoji {
- max-width: 32px !important;
+ max-width: 2rem !important;
vertical-align: top;
padding: 0;
+ margin-right: 10px;
+}
+
+.emoji:hover {
+ transform: scale(1.5);
}
img:not(.project-inner > div > img):not(.activity>img) {