mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
fix padding
This commit is contained in:
parent
65279bb60f
commit
7ab272a9fe
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export default class HyperTerm extends Component {
|
|||
cols: null,
|
||||
rows: null,
|
||||
hpadding: 12,
|
||||
vpadding: 19,
|
||||
vpadding: 12,
|
||||
sessions: [],
|
||||
titles: {},
|
||||
urls: {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue