mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
20 lines
471 B
CSS
20 lines
471 B
CSS
/*
|
|
* neutral
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 Arecsu
|
|
* under the MIT license
|
|
*/
|
|
|
|
.notion-dark-theme [placeholder='Heading 1'],
|
|
.notion-dark-theme [placeholder='Heading 2'],
|
|
.notion-dark-theme [placeholder='Heading 3'] {
|
|
padding: 3px 1px !important;
|
|
}
|
|
|
|
/* hide sidebar "new page" button */
|
|
.notion-dark-theme
|
|
.notion-sidebar
|
|
> [style*='flex: 0 0 auto; margin-top: auto;'] {
|
|
display: none !important;
|
|
}
|