Commit feb6dc44512e9e5f5d515fb5a134ad3d72f03152
1 parent
698647f2
add style
Showing
2 changed files
with
2 additions
and
2 deletions
src/css/mobile.css
| @@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
| 54 | #playFooter { | 54 | #playFooter { |
| 55 | height: 40px; | 55 | height: 40px; |
| 56 | background-color: rgba(0, 0, 0, 0.5); | 56 | background-color: rgba(0, 0, 0, 0.5); |
| 57 | - padding: 0px 24px; } | 57 | + padding: 0px 4px; } |
| 58 | .console-wrap #toolbar .func { | 58 | .console-wrap #toolbar .func { |
| 59 | height: 56px; | 59 | height: 56px; |
| 60 | padding-top: 0; | 60 | padding-top: 0; |
src/scss/mobile.scss
| @@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
| 71 | #playFooter { | 71 | #playFooter { |
| 72 | height: 40px; | 72 | height: 40px; |
| 73 | background-color: rgba(0,0,0,0.5); | 73 | background-color: rgba(0,0,0,0.5); |
| 74 | - padding: 0px 24px; | 74 | + padding: 0px 4px; |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | .console-wrap #toolbar .func { | 77 | .console-wrap #toolbar .func { |