mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

379K
active users

the gnome tuba app (mastodon client) is unusably slow on pocket reform with imx8mplus and it has to do with background paint/fills in the timeline. the CSS in my screenshot increases the scrolling speed from what feels like max 5 fps to 25fps and stops cursor stuttering. i wonder what's going on cc @rmader

minute

@rmader ok here's a much better fix:

```
navigation-view-page * {
background: none;
border: none;
box-shadow: none;
transition-property: none;
}
```

cc @Tuba

@rmader where would be the right place? tuba, gtk4, libadwaita? :D

@mntmn I'd start with Tuba and then we can work our way up from there.

@mntmn @Tuba
It's faster also on OG PinePhone

(not "fast".. "faster"....)