Jeiel ☄ is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
Jeiel ☄ @ChemiKhazi

If you have a 1080p screen and a browser extension for user styles, you can add this to your interface to get wider columns

@media only screen and (min-width: 1224px) {
.column {
width: 350px;
}
}
@media only screen and (min-width: 1824px) {
.column {
width: 480px;
}
}

· Web · 0 · 0