Just makes everything right.
Bitview - Everything Is Just... Right. by orangedareoranges
Details
Authororangedareoranges
LicenseNo License
Categorybitview.net
Created
Updated
Size765 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Everything is now right.
Source code
/* ==UserStyle==
@name Bitview - Everything is Right
@namespace bitview.net
@version 1.0.0
@description Everything is right in bitview.
@author orangedoranges
==/UserStyle== */
@-moz-document url("https://www.bitview.net/"), url("bitview.net") {
#homepage-side-content {
float: left;
}
#homepage-main-content {
float: right;
}
}
@-moz-document url-prefix("https://www.bitview.net/browse") {
#side-column {
float: right;
width: 190px;
padding-right: 0px;
margin-top: 5px;
.searchFooterBox {
float: right;
}
}
}
@-moz-document url-prefix("https://www.bitview.net/my_videos_upload") {
#left-col {
float: right;
width: 650px;
margin: 0 15px 0 0;
margin-right: 5px;
}
}