Trello_az
Trello_az by andriyzubets
Details
Authorandriyzubets
LicenseNo License
Categoryuserstyles trello
Created
Updated
Size527 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/**
Your code goes here!
More info in the official documentation at Stylus' wiki:
https://github.com/openstyles/stylus/wiki/Writing-UserCSS
*/
}
div#board {
display: flex;
flex-wrap: wrap;
}
.js-list.list-wrapper {
max-height: 47vh;
margin: 0 10px 10px 0;
}