Adds an 8px margin to fix the spacing issue caused by blocking ads.
Xenforo Ad Margin Fix by YuRukia
Details
AuthorYuRukia
LicenseNo License
Categoryuserstyles
Created
Updated
Size398 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Xenforo Ad Placement Fix - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Xenforo Ad Placement Fix
@author Me
==/UserStyle== */
@-moz-document domain("forums.spacebattles.com"), domain("forums.sufficientvelocity.com") {
.message.message--post.hasThreadmark.js-post.js-inlineModContainer {margin-top: 8px;}
}