A neater version of BitView's channel header
Better channel header for BitView by purpleblaze
Details
Authorpurpleblaze
LicenseNo License
Categorybitview.net
Created
Updated
Size751 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 bitview.net - 19.03.2023, 21:24:41
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://bitview.net/user/") {
.channelMastheadTable {
border-radius: 0px 0px 5px 5px;
}
#smallMastheadLogo {
width: 95px;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.padTlg {
padding-top: 20px;
}
.alignR .smallText {
margin-top: 5px;
margin-right: 5px;
}
.channelMastheadTable #searchForm input[type="submit"] {
margin-right: 5px;
}
#smallMastheadBottom {
height: 0px;
}
}