Remove min-width and sidebar from lxer.com so it looks better on mobile devices.
lxer.com mobile by cges30901
Details
Authorcges30901
LicenseGNU General Public License v3.0
Categorylxer
Created
Updated
Size608 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 lxer.com - 2022/4/23 下午7:39:24
@namespace github.com/openstyles/stylus
@version 1.2.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("lxer.com") {
body{
font-size: medium!important;
}
div#search{
position: static!important;
}
div#left_border, div#right_border{
display: none;
}
div#sidebar{
display: none;
}
div#content{
width: auto!important;
}
div#container{
min-width: auto!important;
}
}