From 51b03d7bfc4c9065f14ba98392a6da3b13cb0c22 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 10 May 2023 19:14:22 +0200 Subject: [PATCH] also remove google calendar logo padding --- src/settings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings.ts b/src/settings.ts index 5d17ade..5010534 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -41,6 +41,7 @@ export const presets: Record = { customCss: `/* hide the menu bar "Calendar" text and remove minimum width */ div[style*="min-width: 238px"] { min-width: 0 !important; + padding-right: 0 !important; } div[style*="min-width: 238px"] span[role*="heading"] { display: none !important;