this post was submitted on 23 Jun 2023
158 points (100.0% liked)
Reddit Migration
16 readers
2 users here now
### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Changing 4 to 1 fixes, so something with the active-users individual elements. I also have no icons in there, like OP.
#sidebar .active-users>div {
display:grid;
gap:.2rem;
grid-template-columns:repeat(4,1fr);
text-align:center
}