Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
6a4c746a
Commit
6a4c746a
authored
Nov 22, 2022
by
Yuri Mikhin
Committed by
Yuri Mikhin
Nov 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add image aligning in the AppModal.
parent
605d8861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
AppModal.tsx
ui/apps/AppModal.tsx
+5
-3
No files found.
ui/apps/AppModal.tsx
View file @
6a4c746a
import
{
import
{
Box
,
Button
,
Heading
,
Icon
,
IconButton
,
Image
,
Link
,
List
,
Modal
,
ModalBody
,
Box
,
Button
,
Flex
,
Heading
,
Icon
,
IconButton
,
Image
,
Link
,
List
,
Modal
,
ModalBody
,
ModalCloseButton
,
ModalContent
,
ModalFooter
,
ModalHeader
,
ModalOverlay
,
Tag
,
Text
,
ModalCloseButton
,
ModalContent
,
ModalFooter
,
ModalHeader
,
ModalOverlay
,
Tag
,
Text
,
}
from
'
@chakra-ui/react
'
;
}
from
'
@chakra-ui/react
'
;
import
NextLink
from
'
next/link
'
;
import
NextLink
from
'
next/link
'
;
...
@@ -79,7 +79,9 @@ const AppModal = ({
...
@@ -79,7 +79,9 @@ const AppModal = ({
gridTemplateColumns=
{
{
base
:
'
auto 1fr
'
}
}
gridTemplateColumns=
{
{
base
:
'
auto 1fr
'
}
}
paddingRight=
{
{
sm
:
12
}
}
paddingRight=
{
{
sm
:
12
}
}
>
>
<
Box
<
Flex
alignItems=
"center"
justifyContent=
"center"
w=
{
{
base
:
'
72px
'
,
sm
:
'
144px
'
}
}
w=
{
{
base
:
'
72px
'
,
sm
:
'
144px
'
}
}
h=
{
{
base
:
'
72px
'
,
sm
:
'
144px
'
}
}
h=
{
{
base
:
'
72px
'
,
sm
:
'
144px
'
}
}
marginRight=
{
{
base
:
6
,
sm
:
8
}
}
marginRight=
{
{
base
:
6
,
sm
:
8
}
}
...
@@ -89,7 +91,7 @@ const AppModal = ({
...
@@ -89,7 +91,7 @@ const AppModal = ({
src=
{
logo
}
src=
{
logo
}
alt=
{
`${ title } app icon`
}
alt=
{
`${ title } app icon`
}
/>
/>
</
Bo
x
>
</
Fle
x
>
<
Heading
<
Heading
as=
"h2"
as=
"h2"
...
...
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