Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3300879
D3329.id10041.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
885 B
Referenced Files
None
Subscribers
None
D3329.id10041.diff
View Options
diff --git a/web/chat/chat-input-bar.css b/web/chat/chat-input-bar.css
--- a/web/chat/chat-input-bar.css
+++ b/web/chat/chat-input-bar.css
@@ -60,7 +60,7 @@
font-size: var(--m-font-16);
font-weight: var(--semi-bold);
color: var(--fg);
- padding-left: 12px;
+ padding-left: 8px;
}
span.explanation {
color: var(--permission-color);
diff --git a/web/chat/chat-input-bar.react.js b/web/chat/chat-input-bar.react.js
--- a/web/chat/chat-input-bar.react.js
+++ b/web/chat/chat-input-bar.react.js
@@ -178,11 +178,12 @@
} else {
buttonContent = (
<>
- <SWMansionIcon icon="plus" size={16} />
+ <SWMansionIcon icon="plus" size={24} />
<p className={css.joinButtonText}>Join Thread</p>
</>
);
}
+
joinButton = (
<div className={css.joinButtonContainer}>
<button
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 10:26 PM (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2536011
Default Alt Text
D3329.id10041.diff (885 B)
Attached To
Mode
D3329: [web] [fix] update join button icon with padding, adjust layout
Attached
Detach File
Event Timeline
Log In to Comment