Page MenuHomePhabricator

D3541.id10782.diff
No OneTemporary

D3541.id10782.diff

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,
+ css.seeMoreButton,
unread ? css.unread : null,
])}
>
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);

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 4:33 AM (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2578256
Default Alt Text
D3541.id10782.diff (822 B)

Event Timeline