Page MenuHomePhabricator

D3331.diff
No OneTemporary

D3331.diff

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

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)

Event Timeline