From 99c2d706e50ac78e35adcc9f7ded29933188b681 Mon Sep 17 00:00:00 2001 From: Emir Date: Tue, 17 Nov 2020 03:11:02 +0300 Subject: [PATCH] tweaks: hide callout icon and hide word counter information text --- TWEAKS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/TWEAKS.md b/TWEAKS.md index aba6147..c9d3c6a 100644 --- a/TWEAKS.md +++ b/TWEAKS.md @@ -229,6 +229,26 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS +### hide callout icon + +```css +.notion-page-content > .notion-callout-block .notion-record-icon { + display: none !important; +} +``` + + + +### hide word counter information text + +```css +#word-counter-details > div > span { + display: none; +} +``` + + + ### removing/decreasing side padding for boards ```css