Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ae7315e0
authored
Mar 12, 2024
by
Kang Jiaming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: layout issues
parent
743b3c52
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
web/src/components/ChannelsTable.js
+1
-1
web/src/index.css
+6
-1
No files found.
web/src/components/ChannelsTable.js
View file @
ae7315e0
...
...
@@ -696,7 +696,7 @@ const ChannelsTable = () => {
}
:
null
}
/
>
<
div
style
=
{{
display
:
isMobile
()?
''
:
'flex'
,
marginTop
:
isMobile
()?
0
:
-
45
,
zIndex
:
999
,
position
:
'relative'
,
pointerEvents
:
'none'
}}
>
<
Space
style
=
{{
pointerEvents
:
'auto'
}}
>
<
Space
style
=
{{
pointerEvents
:
'auto'
,
marginTop
:
isMobile
()
?
0
:
45
}}
>
<
Button
theme
=
'light'
type
=
'primary'
style
=
{{
marginRight
:
8
}}
onClick
=
{
()
=>
{
setEditingChannel
({
...
...
web/src/index.css
View file @
ae7315e0
...
...
@@ -28,7 +28,12 @@ body {
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
.1
);
}
.semi-space
{
display
:
block
!important
;
/*display: block!important;*/
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
row-gap
:
3px
;
column-gap
:
10px
;
}
}
...
...
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