Skip to content

Trello by Mohon by enamul-hoque

Screenshot of Trello by Mohon

Details

Authorenamul-hoque

LicenseNo License

Categorytrello.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Visually optimized Trello styles for Flexibility.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Trello by Mohon
@version      20220924.15.12
@namespace    userstyles.world/user/enamul-hoque
@description  Visually optimized Trello styles for Flexibility.
@author       enamul-hoque
@license      No License
==/UserStyle== */

@-moz-document domain("trello.com") {
    /** Board List **/
    .boards-page-section-header-name {
        display: none;
    }
    .boards-page-board-section:first-child {
        display: none;
    }
    
    
    /** Compact List **/
    .list-card-details {
        position: relative;
    }
    .list-card-details > .list-card-title {
        padding-right: 25px;
    }
    .list-card-details > .badges {
        float: none;
        position: absolute;
        top: 4px;
        right: 5px;
        background-color: #fff;
        pointer-events: none;
    }

    .badge-icon.icon-clock {
        display: none; /* Hide Due Clock Icon for More Space */
    }
    
    .checklist-list {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .checklist-item-details-text {
        white-space: pre-wrap;
    }
    .checklist-item-details-text a {
        text-decoration: none;
    }


    /** Counter **/
    .list-cards,
    .archive-content {
        counter-reset: list;
    }
    .list-card-title:before {
        content: counter(list) ". ";
        counter-increment: list;
    }

    /** Checklist Counter **/
    .checklist-items-list {
        counter-reset: countList;
    }
    .checklist-item-details-text:before {
        content: counter(countList) ". ";
        counter-increment: countList;
    }
}

Reviews

No reviews yet.