landscape: spacing tweaks in groupSwitcher and sidebar

This commit is contained in:
Gavin Atkinson 2020-12-11 17:22:45 -08:00
parent a726de34f7
commit 1fcd8076d7
3 changed files with 4 additions and 4 deletions

View File

@ -183,7 +183,7 @@ export function GroupSwitcher(props: {
/>
</Link>)}
<Link to={navTo("/popover/settings")}>
<Icon color='gray' display="block" m={2} icon="Gear" />
<Icon color='gray' display="block" m={1} icon="Gear" />
</Link>
</>
)}

View File

@ -93,7 +93,7 @@ export function SidebarItem(props: {
justifyContent="space-between"
alignItems="center"
py={1}
pl={4}
pl={2}
pr={2}
selected={selected}
>

View File

@ -43,10 +43,10 @@ export function SidebarListHeader(props: {
justifyContent="space-between"
py={2}
pr={2}
pl={3}
pl={2}
>
<Box flexShrink='0'>
<Text>
<Text bold>
{props.initialValues.hideUnjoined ? "Joined Channels" : "All Channels"}
</Text>
</Box>