also remove google calendar logo padding

This commit is contained in:
Ell 2023-05-10 19:14:22 +02:00
parent c1f085d26e
commit 51b03d7bfc

View file

@ -41,6 +41,7 @@ export const presets: Record<string, CustomFrameSettings> = {
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;