diff --git a/source/plugins/tweets/index.mjs b/source/plugins/tweets/index.mjs
index f9337685..53d425c7 100644
--- a/source/plugins/tweets/index.mjs
+++ b/source/plugins/tweets/index.mjs
@@ -68,7 +68,7 @@
//Line breaks
.replace(/\n/g, "
")
//Links
- .replace(new RegExp(`${tweet.urls.size ? "" : "noop^"}(${[...tweet.urls.keys()].map(url => `(?:${url})`).join("|")})`, "gi"), (_, url) => `${tweet.urls.get(url)}`), {"&":true})
+ .replace(new RegExp(`${tweet.urls.size ? "" : "noop^"}(${[...tweet.urls.keys()].map(url => `(?:${url})`).join("|")})`, "gi"), (_, url) => `${tweet.urls.get(url)}`), {"&":true})
}))
//Result
diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css
index d20c98ff..b5a45f55 100644
--- a/source/templates/classic/style.css
+++ b/source/templates/classic/style.css
@@ -165,6 +165,7 @@
display: flex;
flex-direction: column;
justify-content: flex-end;
+ padding: 0 4px;
}
/* Speed test categories */