From 98e9496691e4f4eb44f7dd63ffe7bde9ef9c9a85 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 22 Mar 2022 01:06:16 +0100 Subject: [PATCH] only hide the "Keep" text by default, not the icon --- main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index 6fd43c9..827a20e 100644 --- a/main.ts +++ b/main.ts @@ -6,15 +6,15 @@ const defaultSettings: KeepSettings = { minimumWidth: 360, padding: 5, css: `/* hide the menu bar and the "Keep" logo and text */ -.PvRhvb-qAWA2, .gb_qc { +.PvRhvb-qAWA2, .gb_2d.gb_Zc { display: none !important; } /* remove the margin around each note so that less horizontal space is taken up */ -.kPTQic-nUpftc .ma6Yeb-r8s4j-gkA7Yd .IZ65Hb-n0tgWb { +.kPTQic-nUpftc.ma6Yeb-r8s4j-gkA7Yd.IZ65Hb-n0tgWb { margin: 0px !important; } -.kPTQic-nUpftc .h1U9Be-xhiy4 { +.kPTQic-nUpftc.h1U9Be-xhiy4 { margin: 16px 0px 8px 0px !important; }` };