notion-enhancer/mods/hide-help/styles.css

10 lines
128 B
CSS

/*
* hide help button
* (c) 2020 coryzibell
* under the MIT license
*/
.notion-help-button {
display: none !important;
}