diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |