aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_list_item
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 17:31:26 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 17:31:26 +0300
commit079e289260bfdf0ac8804f43b09f0c14c5338f5d (patch)
tree87401bbbfc4c4b106989e07b6b4dbd9848cccf89 /src/components/chat_list_item
parenta96367139ca1c5716dce738c0e24300fadaeafac (diff)
improvements and cleanup to input components
Diffstat (limited to 'src/components/chat_list_item')
-rw-r--r--src/components/chat_list_item/chat_list_item.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/chat_list_item/chat_list_item.scss b/src/components/chat_list_item/chat_list_item.scss
index 57332bed..c6b45c34 100644
--- a/src/components/chat_list_item/chat_list_item.scss
+++ b/src/components/chat_list_item/chat_list_item.scss
@@ -43,7 +43,7 @@
white-space: nowrap;
overflow: hidden;
flex-shrink: 1;
- line-height: 1.4em;
+ line-height: var(--post-line-height);
}
.chat-preview {
@@ -82,7 +82,7 @@
}
.time-wrapper {
- line-height: 1.4em;
+ line-height: var(--post-line-height);
}
.chat-preview-body {