mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 14:59:08 +01:00
improved keep css to stop it from hiding other stuff
This commit is contained in:
parent
0ab4c18082
commit
5616d76bb5
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ div.dwlvNd {
|
|||
hideOnMobile: true,
|
||||
zoomLevel: 1,
|
||||
customCss: `/* hide the menu bar and the "Keep" text */
|
||||
html > body > div > div > div:first-child,
|
||||
html > body > div > header > div > div > div > div > a > span {
|
||||
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 {
|
||||
display: none !important;
|
||||
}`
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue