CSS Style tweak for slobr.tv.
slobr.tv Firefox Style Fix by norsec0de
Details
Authornorsec0de
LicenseNo License
Categoryslobr.tv
Created
Updated
Code size669 B
Code checksumc41eb77f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name slobr.tv Firefox Style Fix
@version 20211205.02.07
@namespace userstyles.world/user/norsec0de
@description CSS Style tweak for slobr.tv.
@author norsec0de
@license No License
==/UserStyle== */
@-moz-document domain("slobr.tv") {
select {
font-weight: 100;
}
.content {
height: calc(100% - 60px);
width: calc(100% - 100px);
}
.topbar a, .md, .created {
font-size: 16px;
font-weight: 100;
}
.ytp-pause-overlay {
display: none;
}
#video-display {
height: calc(100% - 95px);
width: calc(100% - 226px);
top: 10px;
left: 113px;
}
#prev-button {
left: -84px;
}
#next-button {
right: -84px;
}
}