BetterTweetDeck icon indicating copy to clipboard operation
BetterTweetDeck copied to clipboard

Multi-row layout

Open munierujp opened this issue 6 years ago • 1 comments

I'd like to show more rows to see more information without horizontal scrolling.

Image

fullsizeoutput_ce3

Sample implementation

2 row layout:

.app-columns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.is-wide-columns .column {
    height: calc(100vh / 2);
}

munierujp avatar Aug 19 '18 15:08 munierujp

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

NoZomIBK avatar Jun 13 '22 09:06 NoZomIBK

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

eramdam avatar Oct 12 '22 12:10 eramdam