mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 20:59:02 +00:00
Add hide-help module content
This commit is contained in:
parent
a93ca8270c
commit
f304f78177
@ -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',
|
||||
};
|
@ -0,0 +1,3 @@
|
||||
.notion-help-button {
|
||||
display: none !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user