mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix linux tab margin (#442)
* Fix linux tab margin, close #433 * fix statement
This commit is contained in:
parent
05eba4b521
commit
83d7db363d
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export default class Tab extends Component {
|
|||
},
|
||||
|
||||
first: {
|
||||
marginLeft: '76px'
|
||||
marginLeft: process.platform === 'darwin' ? 76 : 0
|
||||
},
|
||||
|
||||
active: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue