Skip to content

Instantly share code, notes, and snippets.

@laundmo
Created November 24, 2023 21:53
Show Gist options
  • Save laundmo/41d611028b8d5ffbafe9b8c75445301e to your computer and use it in GitHub Desktop.
Save laundmo/41d611028b8d5ffbafe9b8c75445301e to your computer and use it in GitHub Desktop.
twitch table layout
.tw-tower {
flex-flow: row wrap;
flex-direction: column;
}
.tw-tower article {
flex-direction: row-reverse !important;
}
.tw-tower article > div > div > div {
min-width: unset;
width: unset;
}
.tw-hover-accent-effect {
width: 200px;
min-width: 200px;
}
.tw-tower article button {
min-width: unset;
width: unset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment