diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-05-10 13:31:41 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-05-10 18:29:45 -1000 |
commit | b43e57849f5f07ba972639c8be10586da74e474c (patch) | |
tree | 7b48d38125668465f0e2a8193178341892d965fe /static | |
parent | de29ee2b0b6642b74b0e0d836b90aaf98b215cfe (diff) | |
download | patchfoo-b43e57849f5f07ba972639c8be10586da74e474c.tar.gz patchfoo-b43e57849f5f07ba972639c8be10586da74e474c.zip |
Revert "Allow unloaded emoji images to show full alt text"
This reverts commit feaae0282a0607a4a201644b26a7b5c6e5798ebb.
Make it look better in dillo-3.1 which doesn't adjust
the size of the image after it is loaded.
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 3c13439..9ed3a62 100644 --- a/static/styles.css +++ b/static/styles.css @@ -43,7 +43,7 @@ section { img.ssb-emoji { height: 1em; - width: auto; + width: 1em; border: none; } |