Skip to content

Instantly share code, notes, and snippets.

@mikeseese
Created March 2, 2021 04:37
Show Gist options
  • Save mikeseese/e1f1c03d5d5e7ef42b58914857e9d82c to your computer and use it in GitHub Desktop.
Save mikeseese/e1f1c03d5d5e7ef42b58914857e9d82c to your computer and use it in GitHub Desktop.
Twitch vertical monitor viewing
@media screen and (max-width: 1080px) {
.channel-root--hold-chat+.persistent-player, .channel-root--watch-chat+.persistent-player, .channel-root__info--with-chat .channel-info-content, .channel-root__player--with-chat {
width: 100%
}
.channel-info-content {
width: calc(100% - 34rem) !important;
}
.channel-root__right-column--expanded {
top: 58rem;
height: 117rem;
}
.right-column__toggle-visibility {
top: 59rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment