Github pull request responsive file tree
Github pull request responsive file tree by hisaichi5518
Details
Authorhisaichi5518
LicenseMIT
Categorygithub
Created
Updated
Size447 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 Github pull request responsive file tree
@version 20241106.05.27
@namespace https://userstyles.world/user/hisaichi5518
@description Github pull request responsive file tree
@author hisaichi5518
@license MIT
==/UserStyle== */
@-moz-document regexp("https://github.com/(.*?)/(.*?)/pull/(.*?)/files(.*?)") {
@media (min-width: 1350px) {
.Layout {
--Layout-sidebar-width: 20vw;
}
}
}