Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3300640
D3331.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
718 B
Referenced Files
None
Subscribers
None
D3331.diff
View Options
diff --git a/web/chat/thread-menu.react.js b/web/chat/thread-menu.react.js
--- a/web/chat/thread-menu.react.js
+++ b/web/chat/thread-menu.react.js
@@ -243,12 +243,12 @@
}
return (
- <div>
+ <>
<button className={css.topBarMenuButton} onClick={switchMenuCallback}>
- <SWMansionIcon icon="menu-vertical" size={20} />
+ <SWMansionIcon icon="menu-vertical" size={24} />
</button>
{menuActionList}
- </div>
+ </>
);
}
diff --git a/web/style.css b/web/style.css
--- a/web/style.css
+++ b/web/style.css
@@ -50,6 +50,9 @@
border: 0;
padding: 0;
}
+button svg {
+ vertical-align: top;
+}
:global(#react-root) {
display: flex;
flex-direction: column;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 8:30 PM (22 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2535825
Default Alt Text
D3331.diff (718 B)
Attached To
Mode
D3331: [web] [fix] update menu button size, correct addition bottom padding
Attached
Detach File
Event Timeline
Log In to Comment