diff --git a/web/chat/chat-thread-list-see-more-sidebars.react.js b/web/chat/chat-thread-list-see-more-sidebars.react.js
--- a/web/chat/chat-thread-list-see-more-sidebars.react.js
+++ b/web/chat/chat-thread-list-see-more-sidebars.react.js
@@ -30,6 +30,7 @@
diff --git a/web/chat/chat-thread-list.css b/web/chat/chat-thread-list.css
--- a/web/chat/chat-thread-list.css
+++ b/web/chat/chat-thread-list.css
@@ -150,6 +150,10 @@
div.sidebarTitle.unread {
color: var(--fg);
}
+div.seeMoreButton {
+ padding-left: 58px;
+ font-size: 12px;
+}
div.sidebarLastActivity {
white-space: nowrap;
font-size: var(--xxs-font-10);