【Misskey】スマホから閲覧時、チャンネル一覧でチャンネル名の表示をいい感じにするカスタムCSS
- @media (max-width: 550px) {
- /* チャンネル一覧でチャンネル名の表示をいい感じにする(スマホ) */
- a.eftoefju > div.banner {
- div.fade {
- background: linear-gradient(0deg,var(--X6),var(--acrylicPanel)) !important;
- height: 100% !important;
- }
- div.name {
- top: unset !important;
- left: 0 !important;
- right: 0;
- bottom: 0;
- background: transparent !important;
- }
- }
- /* チャンネル一覧でセンシティブの表示をいい感じにする(スマホ) */
- div.sensitiveIndicator {
- top: 10px;
- right: 10px;
- left: unset !important;
- bottom: unset !important;
- }
- }