Improved default GCal css

This commit is contained in:
Ell 2023-05-10 18:56:00 +02:00
parent d96c8baf8c
commit c1f085d26e

View file

@ -38,10 +38,11 @@ export const presets: Record<string, CustomFrameSettings> = {
openInCenter: true, openInCenter: true,
zoomLevel: 1, zoomLevel: 1,
forceIframe: false, forceIframe: false,
customCss: `/* hide the menu bar, "Keep" text, and logo */ customCss: `/* hide the menu bar "Calendar" text and remove minimum width */
html > body > div:nth-child(2) > div:nth-child(2) > div:first-child[class*=" "], div[style*="min-width: 238px"] {
html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child, min-width: 0 !important;
html > body > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child { }
div[style*="min-width: 238px"] span[role*="heading"] {
display: none !important; display: none !important;
}` }`
}, },