summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-17 13:31:52 -0700
committerAndrew Godwin2022-12-17 13:31:52 -0700
commitb3b2c6effdd747db9076b3139963965f4718eee9 (patch)
tree9019e805c26a3c04fbd228c4c7f3dd1e5dc6b9a3
parent2eb07a5f5fce5075369c0fdc3548b1bbd25f3362 (diff)
downloadtakahe-b3b2c6effdd747db9076b3139963965f4718eee9.tar.gz
takahe-b3b2c6effdd747db9076b3139963965f4718eee9.tar.bz2
takahe-b3b2c6effdd747db9076b3139963965f4718eee9.zip
Shrink emoji in posts a little
-rw-r--r--static/css/style.css2
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 {