Created
July 26, 2023 18:08
-
-
Save eai04191/66988dbb2729939157c6191be6b69121 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 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