Prevent wrapping of option paths for easier visual grepping.
[devenv.sh] secondary sidebar auto width by montchr
Details
Authormontchr
LicenseGPL-3.0-or-later
Categorydevenv.sh
Created
Updated
Size227 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Red annotation in screenshot denotes width change based on current options as of 2023-03-31
Source code
/* ==UserStyle==
@name [devenv.sh]
@version 20230331.16.56
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://devenv.sh/reference/options/") {
.md-sidebar-secondary {
width: unset;
}
}