Made a new user-script that fixes mastodon on large screens.
#mastodon #ui #koyuspace
/* ==UserStyle==
@name KoyuSpace on large screen
@description This css snippet will fix your glitch-soc mastodon interface by making sure that the elements will use all the available width of your screen. It will strectch the home column.
@match https://koyu.space/*
==/UserStyle== */
.wide .columns-area:not(.columns-area--mobile) .column[data-column="home"]{
max-width:none;
}
QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.
@freemo yes, it will probably work on qoto as well if you have the glitch -soc, and you have either the userscript extensions or a similar extension for another browser that would do the job