aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-03-05 16:26:49 -0500
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-03-06 00:36:57 -0500
commitfeaae0282a0607a4a201644b26a7b5c6e5798ebb (patch)
treea0ccc4d4826627ce13bd49befcdbdc818952ea67 /static/styles.css
parent0a5bea5a927ac8a3998f5b1659e9fa8d3c8f2a6c (diff)
downloadpatchfoo-feaae0282a0607a4a201644b26a7b5c6e5798ebb.tar.gz
patchfoo-feaae0282a0607a4a201644b26a7b5c6e5798ebb.zip
Allow unloaded emoji images to show full alt text
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index e4e43c4..a6119d5 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -15,8 +15,8 @@ section {
}
img.ssb-emoji {
- width: 1em;
height: 1em;
+ width: auto;
}
.nav-bar {