Commit 9cd21642c8b6f1e0b6f412573fbeff64e0a46f77
1 parent
01f80d3a
fix style
Showing
3 changed files
with
9 additions
and
2 deletions
src/css/mobile.css
| ... | ... | @@ -13,7 +13,10 @@ |
| 13 | 13 | .m-title-wrap { |
| 14 | 14 | width: 100%; |
| 15 | 15 | height: 36px; |
| 16 | - background-color: red; } | |
| 16 | + background-color: red; | |
| 17 | + display: flex; | |
| 18 | + justify-content: space-between; | |
| 19 | + padding: 0 24px; } | |
| 17 | 20 | .CodeMirror-gutter { |
| 18 | 21 | width: 24px !important; |
| 19 | 22 | min-width: 24px !important; } | ... | ... |
src/scss/mobile.scss