remove sidebar, add max-width to main column to make the content more readable
fextralife wiki usability by tannu
Details
Authortannu
LicenseNo License
Categorywiki.fextralife.com
Created
Updated
Size549 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 fextralife.com - 2023-01-28, 14:22:16
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("wiki.fextralife.com")
{
#sidebar-wrapper, div.ad-banner.hidden-xs, #at4-share, #content-add-a, a[href*="fextralife.com/be-a-vip"]
{
display: none !important;
width: 0 !important;
height: 0 !important;
}
#wrapper
{
padding-left: 0 !important;
}
.fex-bg-image {
max-width: 960px;
}
}