$ 100 bounty - Fix Ads extension
try adding this into css
@media (min-width: 700px) {
.DiscussionPage-nav, .DiscussionPage-nav>ul {
position: sticky;
top: 80px;
}
.App {overflow-x: visible;}
}
.Post::before, .Post::after {content:none;}
worked
- Edited
davwheat Yeah is for this (Justoverclock ), in fact any footer is glitchy if the position sticky is not added to the nav.
Darkle That's something we plan to improve for v2. No more float
in CSS!
Justoverclock Thanks! I'll add something like that to the ext
@davwheat could you add a css class so we can customize the padding/margin/center?
- Edited
There are several classes on the ads already: davwheat-ad
, davwheat-ad-header
, davwheat-ad-footer
, davwheat-ad-between-posts
, davwheat-ad-between-posts--after-placeholder
, davwheat-ad-sidebar
, etc
Released 0.0.4: https://github.com/davwheat/flarum-ext-ads/compare/0.0.3...0.0.4