Makes the coding window larger and therefore more usable on learn-c.org
Bigger code window on Learn-C.org by ahstro
Details
Authorahstro
LicenseANTI-CAPITALIST SOFTWARE LICENSE (v 1.4)
Categorylearn-c.org
Created
Updated
Size320 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.learn-c.org
@version 20230517.15.05
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.learn-c.org/") {
:root {
--height: 90vh;
}
#dock.maximized {
height: var(--height);
}
#dock.maximized .CodeMirror {
height: calc(var(--height) - 100px);
}
}