Last active
March 12, 2023 09:59
-
-
Save nozma/45d191e4dfedc0bf3e40e18bcf444f32 to your computer and use it in GitHub Desktop.
Misskey.ioカスタムcss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* チャンネル投稿をタイムラインに表示しない */ | |
.xcSej.x3762:has(.xww2J) { | |
display:none; | |
} | |
/* ホーム以外のRN非表示 デッキUI対応版 */ | |
div[style="position: sticky; top: var(--stickyTop, 0); z-index: 1000;"]:has(.ti-home~.xqAei.xvOIQ)~div .xcSej.x3762:has(.xBwhh), .xlmHf:not(:has(.ti-home))~.xubeM .xcSej.x3762:has(.xBwhh) { | |
display: none; | |
} | |
/* ホーム以外で「〜が何かを言いました」を非表示 */ | |
div[style="position: sticky; top: var(--stickyTop, 0); z-index: 1000;"]:has(.ti-home~.xqAei.xvOIQ)~div .xkYCV.x3762, .xlmHf:not(:has(.ti-home))~.xubeM .xkYCV.x3762 { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment