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
b75a926f
Unverified
Commit
b75a926f
authored
Jun 04, 2025
by
tom goriunov
Committed by
GitHub
Jun 04, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Buggy display of Security Score in mobile version (#2751)
Fixes #2747
parent
b2e1ae96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AppSecurityReport.tsx
ui/marketplace/AppSecurityReport.tsx
+1
-1
ContractSecurityReport.tsx
ui/marketplace/ContractSecurityReport.tsx
+1
-1
No files found.
ui/marketplace/AppSecurityReport.tsx
View file @
b75a926f
...
...
@@ -87,7 +87,7 @@ const AppSecurityReport = ({
wrapperProps=
{
triggerWrapperProps
}
{
...
buttonProps
}
/>
<
PopoverContent
w=
{
{
base
:
'
calc(100vw - 48px)
'
,
lg
:
'
328px
'
}
}
mx=
{
{
base
:
3
,
lg
:
0
}
}
{
...
popoverContentProps
}
>
<
PopoverContent
w=
{
{
base
:
'
calc(100vw - 48px)
'
,
lg
:
'
328px
'
}
}
mx=
{
{
base
:
3
,
lg
:
0
}
}
overflowY=
"auto"
{
...
popoverContentProps
}
>
<
PopoverBody
px=
"26px"
py=
"20px"
textStyle=
"sm"
>
<
Text
fontWeight=
"500"
textStyle=
"xs"
mb=
{
2
}
color=
"text.secondary"
>
Smart contracts info
</
Text
>
<
Flex
alignItems=
"center"
justifyContent=
"space-between"
py=
{
1.5
}
>
...
...
ui/marketplace/ContractSecurityReport.tsx
View file @
b75a926f
...
...
@@ -41,7 +41,7 @@ const ContractSecurityReport = ({ securityReport }: Props) => {
score=
{
parseFloat
(
securityScore
)
}
onClick=
{
handleClick
}
/>
<
PopoverContent
>
<
PopoverContent
zIndex=
"modal2"
w=
{
{
base
:
'
calc(100vw - 48px)
'
,
lg
:
'
328px
'
}
}
overflowY=
"auto"
>
<
PopoverBody
>
<
Box
mb=
{
5
}
>
The security score was derived from evaluating the smart contracts of a protocol on the
{
config
.
chain
.
name
}
network by
{
'
'
}
...
...
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