watch.hikaritv.xyz/watch attempt to fix the style layout a bit
Hikaritv by LordOfNightmares

Details
AuthorLordOfNightmares
LicenseNo License
Categorytemp, userstyle
Created
Updated
Size765 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 watch.hikaritv.xyz/watch
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
.ss-list .ssl-item {
border-radius: 2px;
margin-bottom: 10px;
padding: .1em;
padding-left: .5em;
margin-right: 5px;
margin-left: 5px;
border-color: RGBA(255, 255, 255, 0.4);
}
.banner {
display:none;
}
#wrapper {
padding-top: 5em;
}
.ss-choice {
background: RGBA(0, 0, 0, 1);
padding: .1em;
}
#iframe-embed > iframe{
border-color: RGBA(255, 255, 255, 0.1);
}
.anis-watch-tv .player-frame {
padding-bottom: 49%;
}
@-moz-document url-prefix("https://watch.hikaritv.xyz/watch") {
/* Insert code here... */
}