diff options
author | Andrew Godwin | 2022-12-16 20:04:28 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-16 20:04:28 -0700 |
commit | e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654 (patch) | |
tree | afe144887bb1a0613c463fe3024f5cd9665028c1 /static | |
parent | 4a28e1708e1cd6d9cbbfe41d94ff9d7f646f6c94 (diff) | |
download | takahe-e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654.tar.gz takahe-e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654.tar.bz2 takahe-e5b76c120e27bad7c6e4ec323ffc2e65d7dfb654.zip |
Fetch emoji for user profiles
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 200a74b..aa68280 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -341,6 +341,10 @@ body.no-sidebar .right-column { text-transform: uppercase; } +img.emoji { + height: 0.8em; +} + /* Icon menus */ .icon-menu .option { @@ -377,7 +381,7 @@ body.no-sidebar .right-column { } .icon-menu .option img.emoji { - height: 22px; + height: 20px; } .icon-menu .option i { |