A restyle of tl.net
tl.net by 0x7C2f
Details
Author0x7C2f
LicenseNo License
Categorytl.net
Created
Updated
Size530 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 tl.net
@namespace https://github.com/0x7C2f/TL-Enhanced
@version 1.0.0
@description A restyle of tl.net
@author 0x7C2f
==/UserStyle== */
@-moz-document url-prefix("https://tl.net/") {
@media screen and (min-width: 800px) {
#navwrapper {
width: 100%
}
#main-content {
width: 54%
}
#main-left-sidebar {
width: 23%
}
#main-right-sidebar {
width: -23%
}
}
}