Created
November 12, 2022 17:47
-
-
Save theblazehen/e6f41df4adeb4a78487a2b740c49eb81 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 hachyderm.io - 11/12/2022, 3:18:21 PM | |
| @namespace github.com/openstyles/stylus | |
| @version 1.0.0 | |
| @description A new userstyle | |
| @author Me | |
| ==/UserStyle== */ | |
| @-moz-document domain("hachyderm.io") { | |
| /* Insert code here... */ | |
| .drawer { | |
| width: 300px; | |
| } | |
| .column { | |
| width: calc((60% - 300px) / 2); | |
| } | |
| div.column:nth-child(4) { | |
| width: calc(100% - 300px - (60% - 300px)); | |
| /*font-size: 430%;*/ | |
| } | |
| div.column:nth-child(4) .item-list .status__content__text { | |
| font-size: 120%; | |
| line-height: 120%; | |
| } | |
| div.column:nth-child(4) .item-list .display-name { | |
| font-size: 120%; | |
| line-height: 120%; | |
| } | |
| div.column:nth-child(4) .item-list .display-name__account { | |
| font-size: 100%; | |
| line-height: 100%; | |
| } | |
| div.column:nth-child(4) .status__content__text { | |
| font-size: 110%; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment