mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
landscape: amend paddingRight in sidebar
This commit is contained in:
parent
316c52802f
commit
a889095265
@ -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")}>
|
||||
|
@ -100,7 +100,7 @@ export function SidebarListHeader(props: {
|
||||
</FormikOnBlur>
|
||||
}
|
||||
>
|
||||
<Icon color="gray" icon="Adjust" pr='2' />
|
||||
<Icon color="gray" icon="Adjust" />
|
||||
</Dropdown>
|
||||
</Row>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user