コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【CSS】Chrome で Trello のカードの表示幅を広げる方法

概要

Stylus などで以下の CSS を登録します

.list-wrapper {
    width: 320px !important;
}

.list-card {
    max-width: 320px !important;
}

適用前

適用後