v2ex desktop for mobile
v2ex desktop for mobile by xream
Details
Authorxream
LicenseNo License
Categoryv2ex
Created
Updated
Size334 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v2ex desktop for mobile
Source code
/* ==UserStyle==
@name v2ex desktop for mobile
@namespace v2ex.com
@version 1.0.0
@description v2ex desktop for mobile
@author @xream
==/UserStyle== */
@-moz-document domain("v2ex.com") {
#Rightbar, #Bottom {
display: none;
}
#Main {
margin: 0 20px;
}
}