mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
web: minor ui fixes
This commit is contained in:
@@ -170,7 +170,7 @@ function Toolbar() {
|
||||
);
|
||||
|
||||
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" }}>
|
||||
<Icon.ArrowLeft
|
||||
sx={{
|
||||
|
||||
@@ -64,7 +64,7 @@ function Header(props) {
|
||||
return (
|
||||
<Flex mx={2} sx={{ flexDirection: "column", justifyContent: "center" }}>
|
||||
<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 ? (
|
||||
<Icon.ArrowLeft
|
||||
size={24}
|
||||
|
||||
Reference in New Issue
Block a user