Add hide-help module content

This commit is contained in:
Cory Zibell 2020-09-06 18:17:41 -04:00
parent a93ca8270c
commit f304f78177
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,16 @@
/*
* notion-enhancer
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* under the MIT license
*/
'use strict';
module.exports = {
id: 'd4ebe9f3-974a-4c01-a6a9-94bc4296851d',
tags: ['extension'],
name: 'hide help button',
desc: 'hide help button if you don\'t need it.',
version: '1.0.0',
author: 'coryzibell',
};

View File

@ -0,0 +1,3 @@
.notion-help-button {
display: none !important;
}