Centers the video player because it bugs my brain
KamTape Centered player by TheAwesomeJoel
Details
AuthorTheAwesomeJoel
LicenseNo License
Categorykamtape.com
Created
Updated
Size354 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 KamTape Centered player
@namespace Idk
@version 1.0.0
@description Center the video player
@author TheAwesomeJoel
==/UserStyle== */
@-moz-document domain("kamtape.com") {
/* Funny code that centers video player!!! */
.player {
margin-left: auto;
margin-right: auto;
}
}