Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DFG Study
UI
Commits
9473a43c
Commit
9473a43c
authored
Nov 15, 2021
by
Valerius Mattfeld
Browse files
styles
parent
7ea58345
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/annotate.tsx
View file @
9473a43c
...
...
@@ -154,18 +154,19 @@ const Annotate = ({
return
(
<>
<
Progress
colorScheme
=
"red"
value
=
{
nextIndex
as
number
}
/>
<
Flex
w
=
"full"
alignItems
=
"center"
justifyContent
=
"center"
>
<
Flex
mx
=
'auto'
maxW
=
"3xl"
>
<
Progress
mx
=
'auto'
colorScheme
=
"red"
value
=
{
nextIndex
as
number
}
display
=
{
{
base
:
'
none
'
,
md
:
'
flex
'
}
}
/>
<
Box
bg
=
{
colorMode
}
w
=
"2xl"
maxW
=
"2xl"
borderWidth
=
"1px"
rounded
=
"lg"
shadow
=
"md"
borderWidth
=
{
{
base
:
'
0px
'
,
md
:
"
1px
"
}
}
shadow
=
{
{
base
:
'
none
'
,
md
:
'
md
'
}
}
mt
=
{
5
}
position
=
"relative"
px
=
{
"
14
"
}
mx
=
'auto'
>
<
Center
p
=
{
5
}
>
<
Stack
spacing
=
{
"
5
"
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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