【Misskey】ファイル一覧のレイアウト変更

  1. /* ファイル一覧のレイアウト変更 */
  2. div.xuz3q:has(.ti-photo) {
  3. div.x2HaQ {
  4. display: inline-block;
  5. column-gap: 0.5em;
  6. column-count: 3;
  7. div.xqRck {
  8. height: auto !important;
  9. max-height: unset !important;
  10. margin-bottom: 0.5em;
  11. }
  12. }
  13. }