NeuromatchAcademy / mastodon

A glitchy but lovable microblogging server
https://glitch-soc.github.io/docs/
GNU Affero General Public License v3.0
7 stars 2 forks source link

[style] fix status button background color #50

Closed sneakers-the-rat closed 5 months ago

sneakers-the-rat commented 5 months ago

Recent update changed the way the status DOM structure works, so a css rule misses setting the background color on the "show more" button for collapsed posts and it now looks like this:

https://github.com/NeuromatchAcademy/mastodon/assets/12961499/fd120901-d373-431d-b978-c6b39437d1f1

this PR just adds an explicit rule to set the background color.