Make the video on nunuyy3.org 100% width of the web page
nunuyy3-full-width-video by drmingdrmer
Details
Authordrmingdrmer
LicenseNo License
Categorywww.nunuyy3.org
Created
Updated
Size504 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 www.nunuyy3.org - 9/28/2022, 2:56:27 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.nunuyy3.org") {
video {
max-width: 100% !important;
max-height: 100% !important;
}
.container {
padding: 0;
max-width: 100% !important;
}
.article-container {
padding: 0 !important;
}
}