Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
22a6dc35
Commit
22a6dc35
authored
Mar 09, 2021
by
Stefan Probst
Browse files
fix: bg image sizing
parent
9ed23802
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/screens/auth/SignInScreen.tsx
View file @
22a6dc35
...
...
@@ -39,7 +39,7 @@ export default function SignInScreen(): JSX.Element {
loading
=
"lazy"
layout
=
"fill"
quality
=
{
100
}
className
=
"object-co
ver
object-right-bottom -z-10"
className
=
"object-co
ntain
object-right-bottom -z-10"
/>
<
div
className
=
"relative max-w-xl px-12 py-16 my-12 space-y-6 bg-white rounded-md shadow-md"
>
<
Title
>
Sign in
</
Title
>
...
...
src/screens/auth/SignUpScreen.tsx
View file @
22a6dc35
import
Image
from
'
next/image
'
import
Link
from
'
next/link
'
import
{
useRouter
}
from
'
next/router
'
import
{
Fragment
,
useEffect
}
from
'
react
'
import
{
useQueryClient
}
from
'
react-query
'
...
...
@@ -40,7 +39,7 @@ export default function SignInScreen(): JSX.Element {
loading
=
"lazy"
layout
=
"fill"
quality
=
{
100
}
className
=
"object-co
ver
object-right-bottom -z-10"
className
=
"object-co
ntain
object-right-bottom -z-10"
/>
<
div
className
=
"relative max-w-xl px-12 py-16 my-12 space-y-6 bg-white rounded-md shadow-md"
>
<
Title
>
Sign up
</
Title
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment