Skip to content

Instantly share code, notes, and snippets.

@Lynnesbian
Last active November 5, 2018 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lynnesbian/3ae710e264d90cd70b3283b84d5d04cf to your computer and use it in GitHub Desktop.
Save Lynnesbian/3ae710e264d90cd70b3283b84d5d04cf to your computer and use it in GitHub Desktop.
Makes mastodon a lil bigger
/* ==UserStyle==
@name Mastodon Embiggened
@namespace gist.github.com/Lynnesbian/3ae710e264d90cd70b3283b84d5d04cf
@version 1.0.8
@license MPLv2
@author @lynnesbian@deadinsi.de
==/UserStyle== */
/*feel free to suggest more URLs to be added!*/
@-moz-document domain("deadinsi.de"), domain("mastodon.social"), domain("girlcock.club"), domain("switter.at"),
domain("mstdn.jp"), domain("pawoo.net"), domain("friends.nico"), domain("mimumedon.com"), domain("mastodon.cloud"),
domain("botsin.space"), domain("soc.uwu.st"), domain("todon.nl"), domain("knzk.me"), domain("uwu.st"), domain("bofa.lol"),
domain("cryptids.online"), domain("dragon.garden"), domain("fedi.lynnesbian.space"), domain("radical.town"),
domain("godforsaken.website"), domain("laserdisc.party"), domain("jorts.horse"), domain("mastodon.xyz"), domain("yiff.life") {
div.column {
width: calc((100vw - 300px) / 3);
min-width:300px;
}
.status__content {
font-size: 16px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment