Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3358252
D3541.id10973.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
811 B
Referenced Files
None
Subscribers
None
D3541.id10973.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 3:47 AM (19 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2578250
Default Alt Text
D3541.id10973.diff (811 B)
Attached To
Mode
D3541: [web] Fix "See more..." button alignment in `ChatThreadListSeeMoreSidebars` component
Attached
Detach File
Event Timeline
Log In to Comment