From fed816b8da8a2b2d38cd3a3ee45651f549b5dd35 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Wed, 2 Sep 2020 11:33:18 +1000 Subject: [PATCH] page titles now respond to small-text mode --- CHANGELOG.md | 4 ++-- mods/core/css/theme.css | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e696f1..a5c2f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ a feature and cleanup update. - bugfix: enhancer settings should no longer reset on update (though this will not have effect until the release after this one). - bugfix: blue select tags are no longer purple. +- bugfix: page titles now respond to small-text mode. - themes: "littlepig" (light + dark) = monospaced themes using emojis and colourful text. - extension: "font chooser" = customize fonts. for each option, type in the name of the font you would like to use, or leave it blank to not change anything. @@ -23,12 +24,11 @@ a feature and cleanup update. // todo - improved: added individual text-colour rules for different background colours. -- improved: added variables for callout backgrounds. +- improved: added variables for callout colouring. - improved: tiling window-manager support (can hide titlebars entirely without dragarea/buttons). - bugfix: made the open enhancements menu hotkey configurable and changed the default to `option/alt + e` to remove conflict with the inline code highlight shortcut. - bugfix: block-level text colours are now changed properly. -- bugfix: page titles now respond to small-text mode. - bugfix: update property-layout to match notion changes again. - extension: "calendar scroll" = a button to scroll down to the current week for you. diff --git a/mods/core/css/theme.css b/mods/core/css/theme.css index 96f1efc..dac7b68 100644 --- a/mods/core/css/theme.css +++ b/mods/core/css/theme.css @@ -107,7 +107,9 @@ font-family: var(--theme--font_code) !important; } .notion-frame .notion-page-block div[placeholder='Untitled'] { - font-size: var(--theme--font_title-size) !important; + font-size: calc( + var(--theme--font_body-size) * (var(--theme--font_heading1-size) / 1em) + ) !important; } [placeholder='Heading 1'] { font-size: calc(