Skip to content

Extra large Trello cards by TimoBbz

Details

AuthorTimoBbz

LicenseNo License

Categorytrello.com

Created

Updated

Size449 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Full width Trello cards

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Extra large Trello cards
@version      20231030.14.20
@namespace    userstyles.world/user/TimoBbz
@description  Full width Trello cards
@author       TimoBbz
@license      No License
==/UserStyle== */

domain("trello.com") {
.window {
    margin: 4rem;
    width: 100%;
    max-width: 1440px;
}

.window-main-col {
    width: calc(100% - 150px - 50px);
}

.window-sidebar {
    width: 150px;
}
}

Reviews

No reviews yet.