Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamaina/853bae795e706f357f58206745d8074c to your computer and use it in GitHub Desktop.
Save tamaina/853bae795e706f357f58206745d8074c to your computer and use it in GitHub Desktop.
Misskey Liveのコメント欄をOBSに表示する

image

OBSでブラウザを挿入し、次のように設定します。

フォントはGenEi Univer SansNasuが指定されていますので、お好みで変えてください。

body, html {
font-family: "GenEi Univer Sans", Nasu !important; /* フォント */
text-shadow: 0.05rem 0.05rem 0.1rem rgba(0,0,0,0.9); /* 文字の影 */
color: rgba(255, 255, 255, 0.7) !important; /* 文字色 */
background-color: rgba(0, 0, 0, 0);
margin: 0px auto; overflow: hidden;
font-size: 30px;
line-height: 1.2;
}
nav.navbar.navbar-dark.bg-grad1,
input.send,
.top-overlay,
.comment-avatar {
display: none;
background: none
}
body.bg-dark {
background-color: rgba(255, 255, 255, 0) !important;
color: rgba(255, 255, 255, 0.7) !important;
}
[_ngcontent-serverapp-c34] {
height: 100% !important;
bottom: 0 !important;
padding-left: 0 !important
}
.media-body > p {
margin-bottom: 0.2rem;
}
.media-body > h6 {
font-weight: 700
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment