remove sidebar and center content (otherwise it'll be off centered)
remove sidebar on witch cult translation by meow-d
Details
Authormeow-d
LicenseCC Zero
Categorywitchculttranslation.com
Created
Updated
Size341 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 remove sidebar and center content on witch cult translation
@version 20240225.13.44
@namespace ?
==/UserStyle== */
@-moz-document domain("witchculttranslation.com") {
#secondary, #colophon {display: none !important}
#primary {
width: 70%;
margin: auto
}
#primary, #secondary {
float: none;
}
}