web: minor ui fixes

This commit is contained in:
Abdullah Atta
2022-10-14 10:20:42 +05:00
parent 6e64756725
commit bc7b3535e6
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ function Toolbar() {
); );
return ( return (
<Flex m={2} sx={{ justifyContent: "space-between" }}> <Flex mx={2} my={1} sx={{ justifyContent: "space-between" }}>
<Flex sx={{ flex: 1, alignItems: "center", justifyContent: "center" }}> <Flex sx={{ flex: 1, alignItems: "center", justifyContent: "center" }}>
<Icon.ArrowLeft <Icon.ArrowLeft
sx={{ sx={{

View File

@@ -64,7 +64,7 @@ function Header(props) {
return ( return (
<Flex mx={2} sx={{ flexDirection: "column", justifyContent: "center" }}> <Flex mx={2} sx={{ flexDirection: "column", justifyContent: "center" }}>
<Flex sx={{ alignItems: "center", justifyContent: "space-between" }}> <Flex sx={{ alignItems: "center", justifyContent: "space-between" }}>
<Flex py={2} sx={{ alignItems: "center", justifyContent: "center" }}> <Flex py={1} sx={{ alignItems: "center", justifyContent: "center" }}>
{buttons?.back ? ( {buttons?.back ? (
<Icon.ArrowLeft <Icon.ArrowLeft
size={24} size={24}