-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat: add carbon ads #724
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
feat: add carbon ads #724
Conversation
<style> | ||
/* add a placeholder to give space to ads so they don't overlap with content */ | ||
@media screen and (max-width: 1376px) { | ||
.content__default::before { |
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.
@@ -77,7 +97,7 @@ export default { | |||
) | |||
}, | |||
|
|||
shouldShowSidebar () { | |||
shouldShowSidebar() { |
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.
Apparently other functions are also following this convention. I simply forgot to turn off auto format when saving but I can revert these changes
@posva looks really nice! Should we remove the |
Is the background solution satisfactory enough? |
@posva I think it's justified to be hacky 😅 |
Okay, I thought the same 😅 |
* feat: add carbon ads * refactor: add computed * refactor: background for style
Description of Problem
Proposed Solution
Additional Information
Closes #30
I couldn't test locally because the
serve
script fails right awayThere are a few necessary changes left to be done to display the ads correctly and mimic vuejs.org