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 @@ -2,6 +2,7 @@ import classNames from 'classnames'; import * as React from 'react'; +import { IoIosMore } from 'react-icons/io'; import type { ThreadInfo } from 'lib/types/thread-types'; @@ -31,16 +32,15 @@ return (
-
-
- See more... -
+
+ +
See more...
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 @@ -170,7 +170,12 @@ color: var(--fg); } div.seeMoreButton { - padding-left: 58px; + display: flex; + align-items: center; + padding-left: 22px; +} +div.seeMoreText { + padding-left: 14px; } div.sidebarLastActivity { white-space: nowrap;