Fix: Small changes to profile context menu

This commit is contained in:
nizune
2021-07-04 13:41:52 +02:00
committed by Paul
parent 1a08f50997
commit 49e49f3952
5 changed files with 10 additions and 4 deletions

View File

@@ -118,7 +118,6 @@
.divider {
width: 1px;
height: 24px;
margin: 0 8px;
background: var(--primary-background);
}

View File

@@ -57,7 +57,7 @@ export default function Friends() {
<div className={styles.actions}>
{/*<Tooltip content={"Create Category"} placement="bottom">
<IconButton onClick={() => openScreen({ id: 'special_input', type: 'create_group' })}>
<ListPlus size={24} />
<ListPlus size={28} />
</IconButton>
</Tooltip>
<div className={styles.divider} />*/}