Githubのpull request概要欄を大きくするUser Stylesheet
GitHubのプルリク概要欄の高さが異常に小さすぎて、何も書けない
https://gyazo.com/b40e3d3fe8ccb42df40586fd4a0f9cd0
最初から画面サイズの80%で表示しておくUser Stylesheetを書いた
code:css
textarea[name="pull_requestbody"] {
height: 80vh !important;
}
https://gyazo.com/0a6b065549d5c83e99a093c02011f719