mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
web: minor ui fixes
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user