git ssb

16+

cel / patchfoo



Commit feaae0282a0607a4a201644b26a7b5c6e5798ebb

Allow unloaded emoji images to show full alt text

cel committed on 3/6/2017, 5:36:57 AM
Parent: 0a5bea5a927ac8a3998f5b1659e9fa8d3c8f2a6c

Files changed

static/styles.csschanged
static/styles.cssView
@@ -14,10 +14,10 @@
1414 background-color: #eee;
1515 }
1616
1717 img.ssb-emoji {
18- width: 1em;
1918 height: 1em;
19 + width: auto;
2020 }
2121
2222 .nav-bar {
2323 background-color: #039;

Built with git-ssb-web