/* ==UserStyle== @name github style @namespace ilyachch/userscripts/styles @version 0.0.2 @description Custom CSS - github @author ilyachch (https://github.com/ilyachch/userscripts) @homepageURL https://github.com/ilyachch/userscripts @supportURL https://github.com/ilyachch/userscripts/issues @updateURL https://raw.githubusercontent.com/ilyachch/userscripts/main/usercss/github/github.user.css @license MIT @preprocessor default ==/UserStyle== */ @-moz-document domain("github.com") { .open .merge-status-list { max-height: 100% !important; } .new-discussion-timeline { max-width: 100% !important; } }