Skip to content

TweetDeck wide columns by danygq

Screenshot of TweetDeck wide columns

Details

Authordanygq

LicenseNo License

Categorytweetdeck

Created

Updated

Size469 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Well, title says it all.
If you have 3-4 columns and you want your TweetDeck to have them wide try this.
Hope you like it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         TweetDeck wide columns
@version      20220804.13.16
@namespace    userstyles.world/user/danygq
@description  Well, title says it all.
If you have 3-4 columns and you want your TweetDeck to have them wide try this.
Hope you like it.
@author       danygq
@license      No License
==/UserStyle== */

@-moz-document domain("tweetdeck.twitter.com") {
.app-columns {
    display: flex;
}

.column {
    flex-grow: 1;
    min-width: 350px;
}
}

Reviews

No reviews yet.