From 7ab272a9fe5e78997481ce3f378c305da1e4d1a2 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 8 Jul 2016 07:39:51 -0700 Subject: [PATCH] fix padding --- app/css/tabs.css | 8 ++++---- app/hyperterm.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/css/tabs.css b/app/css/tabs.css index 3f92c1e5..913d05e1 100644 --- a/app/css/tabs.css +++ b/app/css/tabs.css @@ -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; diff --git a/app/hyperterm.js b/app/hyperterm.js index 0a5df2e3..9bb92646 100644 --- a/app/hyperterm.js +++ b/app/hyperterm.js @@ -13,7 +13,7 @@ export default class HyperTerm extends Component { cols: null, rows: null, hpadding: 12, - vpadding: 19, + vpadding: 12, sessions: [], titles: {}, urls: {},