mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
10 lines
128 B
CSS
10 lines
128 B
CSS
/*
|
|
* hide help button
|
|
* (c) 2020 coryzibell
|
|
* under the MIT license
|
|
*/
|
|
|
|
.notion-help-button {
|
|
display: none !important;
|
|
}
|