aboutsummaryrefslogtreecommitdiff
path: root/mac/Hyperterm/local/hideTitle
diff options
context:
space:
mode:
Diffstat (limited to 'mac/Hyperterm/local/hideTitle')
-rw-r--r--mac/Hyperterm/local/hideTitle/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/mac/Hyperterm/local/hideTitle/index.js b/mac/Hyperterm/local/hideTitle/index.js
index d632cbc..5f56dca 100644
--- a/mac/Hyperterm/local/hideTitle/index.js
+++ b/mac/Hyperterm/local/hideTitle/index.js
@@ -16,6 +16,7 @@ exports.decorateConfig = config => {
.tabs_list { display: none; }
//.header_header { display: none; }
.terms_terms { margin-top: 0px; }
+ .tabs_title { display: none; }
`
})
}