-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the Made by Observable button to the top nav #2191
Conversation
/* Hide the dark mode toggle */ | ||
.VPNavBarAppearance, | ||
.VPNavBarExtra, | ||
.VPNavBarHamburger { | ||
display: none !important; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn’t be necessary with appearance: "force-auto"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or maybe the comment only applied to .VPNavBarAppearance
, whereas we still also want to hide .VPNavBarExtra
and .VPNavBarHamburger
? Although it makes me wonder what functionality we are losing by hiding those latter two things?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, .VPNavBarAppearance
is not needed anymore (removed it). In terms of what we are missing from the othhers, they are actually empty with our implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
This PR adds the Made by Observable component to the Plot site.