#143 remove focus mode footer from neutral theme

This commit is contained in:
dragonwocky 2020-10-08 11:05:25 +11:00
parent 39ecd12943
commit ec0d5517bc
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
5 changed files with 8 additions and 13 deletions

View File

@ -27,6 +27,7 @@ a flexibility update.
- bugfix: toc blocks can have text colours.
- bugfix: bypass preview extension works with the back/forward keyboard shortcuts.
- bugfix: (maybe) fix csp issues under proxy.
- bugfix: remove focus mode footer from neutral theme.
- tweak: sticky table/list rows.
- extension: "material ocean" = an oceanic colour palette.

View File

@ -13,6 +13,6 @@ module.exports = {
name: 'focus mode',
desc:
'hide the titlebar/menubar if the sidebar is closed (will be shown on hover).',
version: '0.1.0',
version: '0.1.1',
author: 'arecsu',
};

View File

@ -5,6 +5,11 @@
* under the MIT license
*/
/* add space at the bottom of the main frame when sidebar is hidden
* -- matches space at top for titlebar */
.notion-dark-theme .notion-frame {
transition: height 100ms ease 0s;
}
.notion-sidebar-container[style*='width: 0px;'] + .notion-frame {
height: calc(
100% - (var(--configured--dragarea_height, 10px) + 45px)

View File

@ -12,7 +12,7 @@ module.exports = {
tags: ['theme', 'dark'],
name: 'neutral',
desc: 'smoother colours and fonts, designed to be more pleasing to the eye.',
version: '0.1.3',
version: '0.1.4',
author: 'arecsu',
fonts: [
'https://rsms.me/inter/inter.css',

View File

@ -143,17 +143,6 @@
padding-top: 5px !important;
} */
/* add space at the bottom of the main frame when sidebar is hidden
* -- matches space at top for titlebar */
.notion-dark-theme .notion-frame {
transition: height 300ms ease 0s;
}
.notion-dark-theme
.notion-sidebar-container[style*='width: 0px;']
+ .notion-frame {
height: calc(100vh - 40px) !important;
}
/* hide sidebar "new page" button */
.notion-dark-theme
.notion-sidebar