landscape: amend paddingRight in sidebar

This commit is contained in:
Matilde Park 2021-01-14 20:28:44 -05:00
parent 316c52802f
commit a889095265
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ export function GroupSwitcher(props: {
</Row>
</Row>
</Dropdown>
<Row pr={1} justifyContent="flex-end" alignSelf='flex-start' mt='1px'>
<Row justifyContent="flex-end" alignSelf='flex-start' mt='1px'>
{(workspace.type === "group") && (
<>
{isAdmin && (<Link to={navTo("/invites")}>

View File

@ -100,7 +100,7 @@ export function SidebarListHeader(props: {
</FormikOnBlur>
}
>
<Icon color="gray" icon="Adjust" pr='2' />
<Icon color="gray" icon="Adjust" />
</Dropdown>
</Row>
);