Page MenuHomePhabricator

D3541.id11360.diff
No OneTemporary

D3541.id11360.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]: 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);

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 4:24 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2578250
Default Alt Text
D3541.id11360.diff (811 B)

Event Timeline