diff options
author | 2022-09-02 05:54:32 -0400 | |
---|---|---|
committer | 2022-09-02 11:54:32 +0200 | |
commit | 1e1cdee06a3bd5aaa0f97ad3c0d25aa505e723ef (patch) | |
tree | 85be3b04d0737980082c5f78c52b51759aa0bb5b /web/source/css/base.css | |
parent | [bugfix] Fix occasional federatingdb test fail (#792) (diff) | |
download | gotosocial-1e1cdee06a3bd5aaa0f97ad3c0d25aa505e723ef.tar.xz |
[feature] Emojify spoiler and content in web templates (#785)
* Emojify spoiler and content in web templates
* Use more performance emojify code (thanks NyaaaWhatsUpDoc!)
Diffstat (limited to 'web/source/css/base.css')
-rw-r--r-- | web/source/css/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css index ba9fef606..3cdf19fe8 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -323,3 +323,11 @@ footer { grid-template-columns: 1fr; } } + +.emoji { + width: 2.5ex; + height: 2.5ex; + margin: -0.5ex 0 0; + object-fit: contain; + vertical-align: middle; +}
\ No newline at end of file |