Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
b24f7be8
Commit
b24f7be8
authored
3 years ago
by
Amit Fainholts
Browse files
Options
Download
Email Patches
Plain Diff
small fixes
parent
719195cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ui/src/components/OasModal/OasModal.module.sass
+4
-3
ui/src/components/OasModal/OasModal.module.sass
ui/src/components/OasModal/OasModal.tsx
+2
-2
ui/src/components/OasModal/OasModal.tsx
ui/src/components/Pages/TrafficPage/TrafficPage.tsx
+1
-1
ui/src/components/Pages/TrafficPage/TrafficPage.tsx
ui/src/index.sass
+5
-0
ui/src/index.sass
with
12 additions
and
6 deletions
+12
-6
ui/src/components/OasModal/OasModal.module.sass
+
4
-
3
View file @
b24f7be8
...
...
@@ -9,11 +9,11 @@
display
:
flex
align-items
:
center
width
:
100%
margin-top
:
-1%
;
margin-top
:
-1%
.openApilogo
width
:
3
0
px
width
:
3
6
px
.title
color
:
#494677
font-family
:
Lato
...
...
@@ -26,3 +26,4 @@
.redoc
height
:
98%
overflow-y
:
scroll
This diff is collapsed.
Click to expand it.
ui/src/components/OasModal/OasModal.tsx
+
2
-
2
View file @
b24f7be8
...
...
@@ -161,14 +161,14 @@ const OasModal = ({ openModal, handleCloseModal }) => {
</
div
>
</
div
>
<
div
style
=
{
{
cursor
:
"
pointer
"
}
}
>
<
img
src
=
{
closeIcon
}
alt
=
"
Back
"
onClick
=
{
handleCloseModal
}
/>
<
img
src
=
{
closeIcon
}
alt
=
"
close
"
onClick
=
{
handleCloseModal
}
/>
</
div
>
</
div
>
<
div
className
=
{
style
.
redoc
}
>
{
selectedServiceSpec
&&
<
RedocStandalone
spec
=
{
selectedServiceSpec
}
options
=
{
redocThemeOptions
}
/>
}
</
div
>
</
div
>
</
Box
>
</
Fade
>
</
Modal
>
...
...
This diff is collapsed.
Click to expand it.
ui/src/components/Pages/TrafficPage/TrafficPage.tsx
+
1
-
1
View file @
b24f7be8
...
...
@@ -281,7 +281,7 @@ export const TrafficPage: React.FC<TrafficPageProps> = ({setAnalyzeStatus}) => {
</
div
>
</
div
>
</
div
>
<
div
style
=
{
{
display
:
'
flex
'
}
}
>
<
div
style
=
{
{
display
:
'
flex
'
,
height
:
"
100%
"
}
}
>
{
window
[
"
isOasEnabled
"
]
&&
<
Button
startIcon
=
{
<
img
className
=
"custom"
src
=
{
services
}
alt
=
"services"
></
img
>
}
size
=
"large"
...
...
This diff is collapsed.
Click to expand it.
ui/src/index.sass
+
5
-
0
View file @
b24f7be8
...
...
@@ -147,5 +147,10 @@ button
:
:-
webkit-scrollbar-corner
display
:
none
// remove powerdby
.sc-ilfuhL
display
:
none
!
important
// enable view elements inside redoc
.sc-dwsnSq
height
:
80vh
!
important
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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