Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
feb6dc44512e9e5f5d515fb5a134ad3d72f03152
Authored by
ykxie
2017-06-27 14:54:24 +0800
1 parent
698647f2
add style
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/css/mobile.css
src/scss/mobile.scss
src/css/mobile.css
View file @
feb6dc4
...
...
@@ -54,7 +54,7 @@
54
54
#playFooter {
55
55
height: 40px;
56
56
background-color: rgba(0, 0, 0, 0.5);
57
- padding: 0px
2
4px; }
57
+ padding: 0px
4px; }
58
58
.console-wrap #toolbar .func {
59
59
height: 56px;
60
60
padding-top: 0;
...
...
src/scss/mobile.scss
View file @
feb6dc4
...
...
@@ -71,7 +71,7 @@
71
71
#playFooter {
72
72
height: 40px;
73
73
background-color: rgba(0,0,0,0.5);
74
- padding: 0px
2
4px;
74
+ padding: 0px
4px;
75
75
}
76
76
77
77
.console-wrap #toolbar .func {
...
...