Last active
June 17, 2023 10:24
-
-
Save hdk5/18aa3d7d4c83ff6958ca6641c555e8c8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /* ==UserStyle== | |
| @name misskey.user.css | |
| @namespace github.com/hdk5 | |
| @version 1.1.1 | |
| @author hdk5 | |
| @updateURL https://gist.githubusercontent.com/hdk5/18aa3d7d4c83ff6958ca6641c555e8c8/raw/misskey.user.css | |
| @preprocessor stylus | |
| @var checkbox expandCw "Expand content warnings" 1 | |
| @var checkbox expandLong "Expand long notes" 1 | |
| ==/UserStyle== */ | |
| @-moz-document domain("misskey.io"), | |
| domain("misskey.art"), | |
| domain("misskey.design"), | |
| domain("nijimiss.moe") | |
| { | |
| if expandCw | |
| { | |
| p.xmqJ1 + div, | |
| p.xz0O5 + div, | |
| p.cw + div.content | |
| { | |
| display: block !important; | |
| } | |
| button._button.xd2wm | |
| { | |
| display: none; | |
| } | |
| } | |
| if expandLong | |
| { | |
| .xhI9l | |
| { | |
| max-height: none; | |
| } | |
| .x2bwI, | |
| { | |
| display: none; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment