fix padding

This commit is contained in:
Guillermo Rauch 2016-07-08 07:39:51 -07:00
parent 65279bb60f
commit 7ab272a9fe
2 changed files with 5 additions and 5 deletions

View file

@ -4,8 +4,8 @@ nav {
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif;
height: 37px;
line-height: 37px;
height: 34px;
line-height: 34px;
vertical-align: middle;
color: #9B9B9B;
cursor: default;
@ -19,7 +19,7 @@ nav {
.tabs {
border-bottom: 1px solid #333;
max-height: 37px;
max-height: 34px;
display: flex;
flex-flow: row;
}
@ -83,7 +83,7 @@ nav {
pointer-events: none;
position: absolute;
right: 7px;
top: 7px;
top: 12px;
display: inline-block;
width: 14px;
height: 14px;

View file

@ -13,7 +13,7 @@ export default class HyperTerm extends Component {
cols: null,
rows: null,
hpadding: 12,
vpadding: 19,
vpadding: 12,
sessions: [],
titles: {},
urls: {},