video player size increase
animixplay.to - 22/10/2022, 12:55:17 pm by vimalkmr816
Details
Authorvimalkmr816
LicenseNo License
Categoryanimixplay.to
Created
Updated
Size387 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 animixplay.to - 22/10/2022, 12:55:17 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("animixplay.to") {
/* Insert code here... */
.playerpage {
width: 72vw!important;
}
#iframeplayer {
height: 100%
}
}