Created
November 24, 2023 21:53
-
-
Save laundmo/41d611028b8d5ffbafe9b8c75445301e to your computer and use it in GitHub Desktop.
twitch table layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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