diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-12-18 22:04:58 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2023-03-17 20:28:16 +0300 |
| commit | 998aa8f732bbf9d074abeb5916ceb5effd8afe5c (patch) | |
| tree | e028eb29aa4317bf6de012661534f27442faef61 /src/components/notifications/notifications.scss | |
| parent | 8abaf8fa375d8453b2284fbf529cd03ff565bcd4 (diff) | |
Allow custom emoji reactions
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 41cfcef0..61f7317e 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -129,6 +129,13 @@ .emoji-reaction-emoji { font-size: 1.3em; + max-width: 1.25em; + height: 1.25em; + width: auto; + } + + .emoji-reaction-emoji-image { + vertical-align: middle; } .notification-details { |
