Commit bcd4c7d88c7e5deaae7496dfba348b981a945f07
1 parent
c1aba617
fix player title
Showing
2 changed files
with
10 additions
and
1 deletions
src/css/mobile.css
| @@ -24,7 +24,11 @@ | @@ -24,7 +24,11 @@ | ||
| 24 | display: flex; | 24 | display: flex; |
| 25 | justify-content: space-between; | 25 | justify-content: space-between; |
| 26 | padding: 0 24px; | 26 | padding: 0 24px; |
| 27 | - border-bottom: 1px solid #eee; } | 27 | + border-bottom: 1px solid #eee; |
| 28 | + white-space: nowrap; | ||
| 29 | + overflow: auto; } | ||
| 30 | + .m-title-wrap .m-title, .m-title-wrap .m-menu { | ||
| 31 | + padding-right: 12px; } | ||
| 28 | .CodeMirror-gutter { | 32 | .CodeMirror-gutter { |
| 29 | width: 24px !important; | 33 | width: 24px !important; |
| 30 | min-width: 24px !important; } | 34 | min-width: 24px !important; } |
src/scss/mobile.scss
| @@ -32,6 +32,11 @@ | @@ -32,6 +32,11 @@ | ||
| 32 | justify-content: space-between; | 32 | justify-content: space-between; |
| 33 | padding: 0 24px; | 33 | padding: 0 24px; |
| 34 | border-bottom: 1px solid #eee; | 34 | border-bottom: 1px solid #eee; |
| 35 | + white-space: nowrap; | ||
| 36 | + overflow: auto; | ||
| 37 | + .m-title, .m-menu{ | ||
| 38 | + padding-right: 12px; | ||
| 39 | + } | ||
| 35 | } | 40 | } |
| 36 | .CodeMirror-gutter { | 41 | .CodeMirror-gutter { |
| 37 | width: 24px !important; | 42 | width: 24px !important; |