Skip to content

Old Trello Border Radius by slimenderyt

Details

Authorslimenderyt

LicenseNo License

Categorytrello.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This will revert Trello back to the old border radius of 3px instead of 8px. This will make Trello cards and lists less rounded.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           trello.com - 4/15/2023, 8:46:00 AM
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("trello.com") {
    /* Insert code here... */
	
	.list-card.is-covered .list-card-cover, .poJEm5jOqvfcdA{
		    border-radius: 3px 3px 0 0!important;
	}
	.list-card, .Sb_QqNKeadm2oq, .RD2CmKQFZKidd6, .T9JQSaXUsHTEzk, .KWQlnMvysRK4fI{
		border-radius: 3px !important;
	}
	.list, .list-wrapper.mod-add{
		border-radius: 3px!important;
	}
	body.ff-modernization-update .open-card-composer, body.ff-modernization-update .card-composer-container .icon-template-card {
		border-radius: 3px!important;
	}
html[data-color-mode="light"][data-theme~="light:light"], html[data-color-mode="dark"][data-theme~="dark:light"]{
    --ds-background-accent-green-subtle: #7bc86c!important;
	--ds-border-focused: #b5b5b5!important
    }
	
	.window, .window-cover{
		border-radius: revert!important;
	}
	.RPO6eTW4FLJhI0{
		padding: revert!important;
		
	}
	
}

Reviews

No reviews yet.