Skip to content

Larger Crunchyroll Video Player by cass_per

Details

Authorcass_per

LicenseNo License

Categorycrunchyroll

Created

Updated

Size564 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the video player a little larger.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Larger Video Player
@version      20220329.21.05
@namespace    userstyles.world/user/cass_per
@description  Makes the video player a little larger. 
@author       cass_per
@license      No License
==/UserStyle== */

@-moz-document domain("crunchyroll.com") {
/*Larger Video Player*/



#template_container.template-container {
  width: 80vw;
}
#showmedia_video_player {
  height: 81.5vh;
  width: 71.5vw;
  margin-left: 4vw;
}
#showmedia_video {
  margin-bottom: 35vh;
}
#sidebar {
  margin-top: 83vh;
}
}

Reviews

No reviews yet.