mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
web: fix search icon overlapping route header text
This commit is contained in:
@@ -117,7 +117,14 @@ function Header(props: RouteContainerProps) {
|
||||
height: 42.8
|
||||
}}
|
||||
>
|
||||
<Flex py={1} sx={{ alignItems: "center", justifyContent: "center" }}>
|
||||
<Flex
|
||||
py={1}
|
||||
sx={{
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
overflow: "hidden"
|
||||
}}
|
||||
>
|
||||
{buttons?.back ? (
|
||||
<ArrowLeft
|
||||
size={24}
|
||||
|
||||
Reference in New Issue
Block a user