Skip to content

Instantly share code, notes, and snippets.

@su8ru
Created November 16, 2020 14:09
Show Gist options
  • Save su8ru/6e34c04f47cbd4866f27a0084404dfa2 to your computer and use it in GitHub Desktop.
Save su8ru/6e34c04f47cbd4866f27a0084404dfa2 to your computer and use it in GitHub Desktop.
ツイキャスこめんとの OBS 表示 自分用スタイルシート
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; line-height: 1.1; }
div#comment-list-app { display: flex; position: fixed; left: 10px; margin: 0; min-height: 0; max-width: none; min-width: 100vw; }
/* いろいろと非表示(1) */
#tcx_commentwindowheader_pc_responsive {display: none;}
#comment-list-app > div:nth-child(1) { display: none; }
.tw-player-page__comment__post {display: none;}
.tw-player-page__component__title {display: none;}
.alert-info {display: none;}
.alert {display: none;}
.tw-player-page__comment__list { overflow: hidden; }
.tw-comment-list-view__scroller { overflow: hidden; }
/* コメント間の設定 */
.tw-comment-item-comment { margin: 0; line-height: 1.2em; }
div.tw-comment-list-view__scroller div { padding: 2px 2px 0px 2px; }
/* いろいろと非表示(2) */
a.tw-comment-item-icon { display:none; }
a.tw-comment-item-icon { margin-right: .1em; margin-top: .7em; }
a.tw-comment-item-icon img { width: 1.5em; height: 1.5em; }
img.tw-comment-item-star { display: none; }
span.tw-comment-item-screen-id { display: none; }
.tw-comment-item::after { display: none; }
.tw-comment-list-view__more { display: none; }
/* ユーザー名のフォント設定 */
.tw-comment-item a.tw-comment-item-name { color: #fff; }
/* コメントのフォント設定 */
.tw-comment-item .tw-comment-item-comment { font-size: 1.4em; color: #ffffff; }
.tw-comment-item {
background-color: #87A4AF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment