mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: minor ui fixes
This commit is contained in:
@@ -113,8 +113,13 @@ function AuthContainer(props) {
|
||||
</Flex>
|
||||
<Image
|
||||
src={NotesnookPhoneImage}
|
||||
width={420}
|
||||
sx={{ marginLeft: "58px" }}
|
||||
sx={{
|
||||
marginLeft: "58px",
|
||||
objectFit: "contain",
|
||||
height: "100%",
|
||||
flex: 0.95,
|
||||
overflow: "hidden"
|
||||
}}
|
||||
/>
|
||||
</Flex>
|
||||
<Box
|
||||
|
||||
@@ -1239,7 +1239,7 @@ export function SubmitButton(props: SubmitButtonProps) {
|
||||
justifyContent: "center",
|
||||
alignSelf: "center",
|
||||
display: "flex",
|
||||
paddingY: "spacing7",
|
||||
paddingY: "spacing6",
|
||||
paddingX: "spacing5",
|
||||
fontSize: "md",
|
||||
fontWeight: 600,
|
||||
|
||||
Reference in New Issue
Block a user