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

/* ファイル一覧のレイアウト変更 */
div.xuz3q:has(.ti-photo) {
    div.x2HaQ {
        display: inline-block;
        column-gap: 0.5em;
        column-count: 3;
        div.xqRck {
            height: auto !important;
            max-height: unset !important;
            margin-bottom: 0.5em;
        }
    }
}