fix friends menu focusing itself

This commit is contained in:
AAGaming
2022-10-01 21:22:30 -04:00
parent 21e1d8504a
commit 3c00eb8cf4
3 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const PluginView: VFC = () => {
.map(({ name, icon }) => (
<PanelSectionRow key={name}>
<ButtonItem layout="below" onClick={() => setActivePlugin(name)}>
<div style={{ display: 'flex', alignItems: "center", justifyContent: 'space-between' }}>
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
{icon}
<div>{name}</div>
<NotificationBadge show={updates?.has(name)} style={{ top: '-5px', right: '-5px' }} />