Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0041ef1

Browse files
committed
fix process events positioning
1 parentf82c2b8 commit0041ef1

File tree

1 file changed

+8
-6
lines changed
  • web-app/src/containers/Tutorial/LevelPage

1 file changed

+8
-6
lines changed

‎web-app/src/containers/Tutorial/LevelPage/Level.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const styles = {
1414
display:'flex'as'flex',
1515
flexDirection:'column'as'column',
1616
padding:0,
17-
paddingBottom:'36px',
17+
paddingBottom:72,
1818
height:'auto',
1919
width:'100%',
2020
},
@@ -42,18 +42,20 @@ const styles = {
4242
},
4343
processes:{
4444
padding:'0 1rem',
45-
position:'absolute'as'absolute',
46-
bottom:'36px',
45+
position:'fixed'as'fixed',
46+
bottom:36,
47+
left:0,
48+
right:0,
4749
},
4850
footer:{
4951
display:'flex'as'flex',
5052
flexDirection:'row'as'row',
5153
justifyContent:'space-between',
5254
alignItems:'center',
53-
height:'36px',
55+
height:36,
5456
backgroundColor:'black',
55-
fontSize:'16px',
56-
lineHeight:'16px',
57+
fontSize:16,
58+
lineHeight:16,
5759
padding:'10px 1rem',
5860
position:'fixed'as'fixed',
5961
bottom:0,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp