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 @@
           <div
             className={classNames({
               [css.sidebarTitle]: true,
+              [css.seeMoreButton]: true,
               [css.unread]: unread,
             })}
           >
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
@@ -160,6 +160,9 @@
 div.sidebarTitle.unread {
   color: var(--fg);
 }
+div.seeMoreButton {
+  padding-left: 66px;
+}
 div.sidebarLastActivity {
   white-space: nowrap;
   font-size: var(--xxs-font-10);