mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48: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",
|
"Segoe UI", "Roboto", "Oxygen",
|
||||||
"Ubuntu", "Cantarell", "Fira Sans",
|
"Ubuntu", "Cantarell", "Fira Sans",
|
||||||
"Droid Sans", "Helvetica Neue", sans-serif;
|
"Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
height: 37px;
|
height: 34px;
|
||||||
line-height: 37px;
|
line-height: 34px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #9B9B9B;
|
color: #9B9B9B;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
@ -19,7 +19,7 @@ nav {
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
max-height: 37px;
|
max-height: 34px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
}
|
}
|
||||||
|
|
@ -83,7 +83,7 @@ nav {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
top: 7px;
|
top: 12px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ export default class HyperTerm extends Component {
|
||||||
cols: null,
|
cols: null,
|
||||||
rows: null,
|
rows: null,
|
||||||
hpadding: 12,
|
hpadding: 12,
|
||||||
vpadding: 19,
|
vpadding: 12,
|
||||||
sessions: [],
|
sessions: [],
|
||||||
titles: {},
|
titles: {},
|
||||||
urls: {},
|
urls: {},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue