2018.04.20

Mastodonのカラム幅をウィンドウいっぱいに設定


ユーザーCSSが利用可能なブラウザで以下のように設定する。

.drawer {
  width: calc(100% / 4);
}
.column {
  width: calc(100% / 4);
}