Skip to content

Tweetdeck Flex Columns, but first by xorly

Screenshot of Tweetdeck Flex Columns, but first

Details

Authorxorly

LicenseNo License

Categorytweetdeck

Created

Updated

Size664 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make TweetDeck columns flexible, with first column having different minimum

Notes

First column has minimum width set to 50%, other columns fill the rest.
Tweak minimum widths to your liking.
profit?

Source code

/* ==UserStyle==
@name           Tweetdeck Flex Columns, but first
@namespace      USO Archive
@author         full_interest, xorly
@description    `Make TweetDeck columns flexible, with first column having different minimum width config`
@version        20211225
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("tweetdeck.twitter.com") {
  #container > div.app-columns{
    display: flex;
  }
  #container > div.app-columns > .column:first-child{
    flex: auto;
    min-width: 50%;
  }
  #container > div.app-columns > .column{
    flex: auto;
    min-width: 10%;
  }
}

Reviews

No reviews yet.