Skip to content

Tweetdeck DARK spacing by andermurias

Screenshot of Tweetdeck DARK spacing

Details

Authorandermurias

LicenseNo License

Categorytweetdeck

Created

Updated

Size734 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This will add more spaces to improve the reading of the tweets.

Notes

It's required to enable the dark version on config.

Source code

/* ==UserStyle==
@name           Tweetdeck space
@namespace      tweetdeck.twitter.com
@version        1.0.0
@description    Space tweets for tweetdeck
@author         andermurias
==/UserStyle== */

@-moz-document domain("tweetdeck.twitter.com") {
    
html.dark .is-wide-columns .column {
    width: 450px;
    margin-right: 15px;
}

html.dark .item-box {
    padding: 25px 15px;
}

html.dark .tweet-footer {
    margin-top: 25px;
}

html.dark .flex-align--baseline {
    display: flex;
    align-items: center;
}

html.dark .account-inline .username {
    display: flex;
    padding-bottom: 7.5px;
}

html.dark .account-inline .fullname {
    display: inline-flex;
    padding-bottom: 7.5px;
}
}

Reviews

No reviews yet.