Prevent wrapping of option paths for easier visual grepping.
[devenv.sh] secondary sidebar auto width by montchr
![Screenshot of [devenv.sh] secondary sidebar auto width](https://userstyles.world/preview/9153/1.jpeg)
Details
Authormontchr
LicenseGPL-3.0-or-later
Categorydevenv.sh
Created
Updated
Code size227 B
Code checksum7a72fb97
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;
}
}