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
f59f65b0
authored
Mar 12, 2024
by
Calcium-Ion
Committed by
GitHub
Mar 12, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #113 from xyspg/main
fix: layout issues
parents
743b3c52
ae7315e0
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 @
f59f65b0
...
@@ -696,7 +696,7 @@ const ChannelsTable = () => {
...
@@ -696,7 +696,7 @@ const ChannelsTable = () => {
}
:
null
}
:
null
}
/
>
}
/
>
<
div
style
=
{{
display
:
isMobile
()?
''
:
'flex'
,
marginTop
:
isMobile
()?
0
:
-
45
,
zIndex
:
999
,
position
:
'relative'
,
pointerEvents
:
'none'
}}
>
<
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
=
{
<
Button
theme
=
'light'
type
=
'primary'
style
=
{{
marginRight
:
8
}}
onClick
=
{
()
=>
{
()
=>
{
setEditingChannel
({
setEditingChannel
({
...
...
web/src/index.css
View file @
f59f65b0
...
@@ -28,7 +28,12 @@ body {
...
@@ -28,7 +28,12 @@ body {
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
.1
);
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
.1
);
}
}
.semi-space
{
.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