【Misskey】投稿フォームの添付画像リストをちょっと大きくするカスタムCSS

  1. /* 投稿フォームの添付画像をちょっと大きくする(横スクロール付き) */
  2. div.xpDI4.xxtDg > div.xj7LU {
  3. div.xogvv {
  4. flex-wrap: nowrap;
  5. overflow-x: scroll;
  6. div.xtEVP {
  7. flex: 0 0 calc(100% / 4 - 4px);
  8. height: auto;
  9. aspect-ratio: 1;
  10. margin: 2px;
  11. }
  12. div.x3bJu {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. padding-bottom: 5px;
  17. margin-bottom: 20px;
  18. }
  19. p.xeJ9I {
  20. top: unset !important;
  21. bottom: 8px;
  22. }
  23. }