aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/render.js2
-rw-r--r--static/styles.css7
2 files changed, 7 insertions, 2 deletions
diff --git a/lib/render.js b/lib/render.js
index 7af5149..16bd7bc 100644
--- a/lib/render.js
+++ b/lib/render.js
@@ -61,8 +61,6 @@ Render.prototype.emoji = function (emoji) {
src: this.opts.emoji_base + emoji + '.png',
alt: name,
title: name,
- height: 16,
- width: 16
}) : name
}
diff --git a/static/styles.css b/static/styles.css
index 55f18af..3413be8 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -14,6 +14,13 @@ section {
.ssb-post img {
max-width: 100%;
+ width: 640px;
+ background-color: #eee;
+}
+
+img.ssb-emoji {
+ width: 1em;
+ height: 1em;
}
.nav-bar {