【Misskey】スマホから閲覧時、チャンネル一覧でチャンネル名の表示をいい感じにするカスタムCSS

  1. @media (max-width: 550px) {
  2. /* チャンネル一覧でチャンネル名の表示をいい感じにする(スマホ) */
  3. a.eftoefju > div.banner {
  4. div.fade {
  5. background: linear-gradient(0deg,var(--X6),var(--acrylicPanel)) !important;
  6. height: 100% !important;
  7. }
  8. div.name {
  9. top: unset !important;
  10. left: 0 !important;
  11. right: 0;
  12. bottom: 0;
  13. background: transparent !important;
  14. }
  15. }
  16. /* チャンネル一覧でセンシティブの表示をいい感じにする(スマホ) */
  17. div.sensitiveIndicator {
  18. top: 10px;
  19. right: 10px;
  20. left: unset !important;
  21. bottom: unset !important;
  22. }
  23. }