Full-width content on https://graphql.org/learn/*
GraphQL Tutorial Full-Width by mistval
Details
Authormistval
LicenseUnlicense
Categorygraphql
Created
Updated
Size396 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 GraphQL Tutorial Full-Width
@version 20210822.15.47
@namespace userstyles.world/user/mistval
@description Full-width content on https://graphql.org/learn/*
@author mistval
@license Unlicense
==/UserStyle== */
@-moz-document url-prefix("https://graphql.org/learn/") {
section {
max-width: unset;
}
.inner-content {
max-width: unset;
}
}