Add CSSで以下を挿入
/* 行高さ */
.gist .gist-data{
max-height:400px!important;
}
/* 左余白 */
.gist{
padding-left:20px;
padding-right:0px;
}
/* フッタ非表示 */
.gist-meta {
display: none;
}
.gist .gist-data{
max-height:400px!important;
}
/* 左余白 */
.gist{
padding-left:20px;
padding-right:0px;
}
/* フッタ非表示 */
.gist-meta {
display: none;
}
/*行数非表示*/
.blob-num {
display: none;
}
/*行の背景色を統一*/
.gist .gist-data {
background-color: rgba(220,220,220,0.2) !important;
}
.gist .highlight {
background: none !important;
}
コメントを残す