Skip to content

Instantly share code, notes, and snippets.

@eai04191
Created July 26, 2023 18:08
Show Gist options
  • Save eai04191/66988dbb2729939157c6191be6b69121 to your computer and use it in GitHub Desktop.
Save eai04191/66988dbb2729939157c6191be6b69121 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name mastodon big icon
@namespace mizle.net
@version 1.0.0
@author Eai
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("mstdn.maud.io") {
.status__relative-time {
display: none;
}
.status__info .status__display-name {
width:100%;
flex-direction: column;
align-items: start;
}
.status__avatar,
.account__avatar {
width: 100% !important;
height: 100% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment