Applies full width to the video wrapper on the Rocketseat's platform
app.rocketseat.com.br by mauriciord
Details
Authormauriciord
LicenseNo License
Categoryrocketseat
Created
Updated
Size401 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 app.rocketseat.com.br
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Mauricio R Duarte
==/UserStyle== */
@-moz-document domain("app.rocketseat.com.br") {
/* Insert code here... */
div#skylabWrapper > div {
max-width: 90%;
}
div.c-jpnJE {
max-width: none;
}
}