mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-23 10:08:33 +01:00
Improve preset styling for Google Keeps frame (#99)
* Improve preset styling for Google Keeps * Remove pointer cursor from app logo * Remove pointer cursor from app logo --------- Co-authored-by: Ell <me@ellpeck.de>
This commit is contained in:
parent
0ec307eab6
commit
df1ddd5c17
2 changed files with 9 additions and 4 deletions
|
@ -59,10 +59,15 @@ div[style*="min-width: 238px"] span[role*="heading"] {
|
||||||
openInCenter: false,
|
openInCenter: false,
|
||||||
zoomLevel: 1,
|
zoomLevel: 1,
|
||||||
forceIframe: false,
|
forceIframe: false,
|
||||||
customCss: `/* hide the menu bar and the "Keep" text */
|
customCss: `/* hide the menu bar, the "Keep" text and the Google Apps button */
|
||||||
html > body > div:nth-child(2) > div:nth-child(2) > div:first-child,
|
html > body > div:nth-child(2) > div:nth-child(2) > div:first-child,
|
||||||
html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span {
|
html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span,
|
||||||
|
html > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child,
|
||||||
|
html > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
}
|
||||||
|
html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {
|
||||||
|
cursor: default;
|
||||||
}`,
|
}`,
|
||||||
customJs: ""
|
customJs: ""
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"openInCenter": false,
|
"openInCenter": false,
|
||||||
"zoomLevel": 1,
|
"zoomLevel": 1,
|
||||||
"forceIframe": false,
|
"forceIframe": false,
|
||||||
"customCss": "/* hide the menu bar and the \"Keep\" text */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span { \n\tdisplay: none !important; \n}"
|
"customCss": "/* hide the menu bar, the \"Keep\" text and the Google Apps button */\nhtml > body > div:nth-child(2) > div:nth-child(2) > div:first-child, \nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child > span, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child, \nhtml > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child { \n\tdisplay: none !important; \n}\nhtml > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {\n\tcursor: default; \n}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://calendar.google.com/calendar",
|
"url": "https://calendar.google.com/calendar",
|
||||||
|
@ -46,4 +46,4 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"padding": 5
|
"padding": 5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue