【Misskey】投稿フォームの高さを調整するカスタムCSS

  1. /* 投稿フォームの高さを調整する */
  2. div.xnEld > textarea.x8B0D {
  3. min-height: 150px;
  4. }