diff --git a/web/chat/thread-menu.css b/web/chat/thread-menu.css --- a/web/chat/thread-menu.css +++ b/web/chat/thread-menu.css @@ -49,7 +49,6 @@ button.topBarMenuActionDangerous:hover { color: var(--thread-menu-color-dangerous-hover); } - hr.separator { height: 1px; background: var(--thread-menu-separator-color); 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 @@ -184,12 +184,12 @@ } return ( -
+ <> {menuActionList} -
+ ); } diff --git a/web/style.css b/web/style.css --- a/web/style.css +++ b/web/style.css @@ -46,6 +46,9 @@ border: 0; padding: 0; } +button svg { + vertical-align: top; +} :global(#react-root) { display: flex; flex-direction: column;