BetterTweetDeck
BetterTweetDeck copied to clipboard
Multi-row layout
I'd like to show more rows to see more information without horizontal scrolling.
Image
Sample implementation
2 row layout:
.app-columns {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.is-wide-columns .column {
height: calc(100vh / 2);
}
any news on this? maybe something even more elaborated like the not longer working https://multirow.page/ extension would be nice, since for some columns (like home) i would love to have one long column, but for other (like notifications or mentions) i would have them in smaller columns
I consider Better TweetDeck to be in a feature freeze state due to the impending release of the newer TweetDeck and will instead shift my focus to building an alternative client. As such, I'm marking this issue as closed for the time being. See the following issue for details #848