Commit 6c38411c484dc4bf31cbb2a0f8ae6dad44eb3f48
1 parent
f1642b0f
fix full screen
Showing
3 changed files
with
7 additions
and
4 deletions
src/css/main.css
src/css/recording.css
| ... | ... | @@ -31,10 +31,12 @@ button { |
| 31 | 31 | |
| 32 | 32 | .player .col-md-8 { |
| 33 | 33 | padding-right: 0; |
| 34 | - overflow: hidden; } | |
| 34 | + overflow: hidden; | |
| 35 | + padding-left: 0; } | |
| 35 | 36 | |
| 36 | 37 | .player .col-md-4 { |
| 37 | - padding-left: 0; } | |
| 38 | + padding-left: 0; | |
| 39 | + padding-right: 0; } | |
| 38 | 40 | |
| 39 | 41 | .upload-tip { |
| 40 | 42 | position: absolute; | ... | ... |
src/scss/recording.scss