Simple fullscreen fix for tutorials.
www.geeksforgeeks.org/ by Sylk
Details
AuthorSylk
LicenseNo License
Categorygeeksforgeeks.org
Created
Updated
Size452 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.geeksforgeeks.org/create-dynamic-dictionary-in-python/
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.geeksforgeeks.org/") {
.article-page_flex {
display: block;
}
.leftBar {
min-width: 100% !important;
width: 100% !important;
}
}