diff options
author | Andrew Godwin | 2022-12-17 13:31:52 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-17 13:31:52 -0700 |
commit | b3b2c6effdd747db9076b3139963965f4718eee9 (patch) | |
tree | 9019e805c26a3c04fbd228c4c7f3dd1e5dc6b9a3 | |
parent | 2eb07a5f5fce5075369c0fdc3548b1bbd25f3362 (diff) | |
download | takahe-b3b2c6effdd747db9076b3139963965f4718eee9.tar.gz takahe-b3b2c6effdd747db9076b3139963965f4718eee9.tar.bz2 takahe-b3b2c6effdd747db9076b3139963965f4718eee9.zip |
Shrink emoji in posts a little
-rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index aec9d4a..f525857 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -918,7 +918,7 @@ table.metadata td .emoji { } .post .emoji { - height: 22px; + height: 18px; } .post .handle { |