Skip to content

Instantly share code, notes, and snippets.

@hdk5
Last active June 17, 2023 10:24
Show Gist options
  • Select an option

  • Save hdk5/18aa3d7d4c83ff6958ca6641c555e8c8 to your computer and use it in GitHub Desktop.

Select an option

Save hdk5/18aa3d7d4c83ff6958ca6641c555e8c8 to your computer and use it in GitHub Desktop.
/* ==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