【Misskey】投稿フォームの添付画像リストをちょっと大きくするカスタムCSS
- /* 投稿フォームの添付画像をちょっと大きくする(横スクロール付き) */
- div.xpDI4.xxtDg > div.xj7LU {
- div.xogvv {
- flex-wrap: nowrap;
- overflow-x: scroll;
- div.xtEVP {
- flex: 0 0 calc(100% / 4 - 4px);
- height: auto;
- aspect-ratio: 1;
- margin: 2px;
- }
- div.x3bJu {
- width: 100%;
- height: 100%;
- }
- padding-bottom: 5px;
- margin-bottom: 20px;
- }
- p.xeJ9I {
- top: unset !important;
- bottom: 8px;
- }
- }