diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-19 22:22:21 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-19 22:30:13 +0200 |
| commit | 769a9a14fe99785270596ac587ac65f48d2043ac (patch) | |
| tree | 8a07f8775b95d8635ff8f35012ebef5bd1a59fa4 /src/components/user_list_popover | |
| parent | a61f6e1590ce82e3c81203193469acb461b0ba4b (diff) | |
add emoji to chat titles
Diffstat (limited to 'src/components/user_list_popover')
| -rw-r--r-- | src/components/user_list_popover/user_list_popover.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_list_popover/user_list_popover.vue b/src/components/user_list_popover/user_list_popover.vue index e706bd1b..8706d0ff 100644 --- a/src/components/user_list_popover/user_list_popover.vue +++ b/src/components/user_list_popover/user_list_popover.vue @@ -52,6 +52,7 @@ .user-list-popover { padding: 0.5em; + --emoji-size: 16px; .user-list-row { |
