Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32509096
D3541.1767095709.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
811 B
Referenced Files
None
Subscribers
None
D3541.1767095709.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
Tue, Dec 30, 11:55 AM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5867125
Default Alt Text
D3541.1767095709.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