stephenou / fruitionsite

Build your website with Notion for free
https://fruitionsite.com
MIT License
1.59k stars 218 forks source link

It shows the notion logo in the notion-topbar div #102

Open iamarealperson1 opened 3 years ago

iamarealperson1 commented 3 years ago

When I implement hte worker script on Cloudflare, it still shows the notion logo in the top right next to the light/dark toggle. Similarly on mobile the 3 menu dots appear.

How do I get rid of this for a cleaner design like on Fruition.com and other sites in the gallery like https://lettersfromquarantine.xyz/98b41102d1b947508c6735e6476de983 ?

jruers commented 3 years ago

hi, does the worker with the new notion work for you ? it does not work anymore for me. I get "ERR_TOO_MANY_REDIRECTS" as info when visiting my domain

spyderdsn commented 3 years ago

I have the same issue on https://notionsite.xyz. Managed to fix this on my other site with additional CSS updates. The mobile nav is also broken. It shows the toggle without padding and more menu with all the notion features and logo.

jonasjohansson commented 3 years ago
::-webkit-scrollbar,
div.notion-topbar,
div.notion-topbar-mobile,
div.notion-topbar > div > div:nth-child(3),
div.notion-topbar > div > div:nth-child(4),
div.notion-topbar > div > div:nth-child(5),
div.notion-topbar > div > div:nth-child(6),
div.notion-topbar-mobile > div:nth-child(3),
div.notion-topbar-mobile > div:nth-child(4) {
    display: none !important;
}
div.notion-topbar > div > div:nth-child(1n).toggle-mode,
div.notion-topbar-mobile > div:nth-child(1n).toggle-mode {
    display: block !important;
}
/* * {
    font-family: sans-serif !important;
}
[class~='header'] {
    font-family: serif !important;
}
.notion-page-content {
    font-size: 20px !important;
} */
Dev-minu commented 2 years ago

I found it

First. Locate the