You can see them work on my sandbox page: https://en.prolewiki.org/wiki/Comrade:CriticalResist/sandbox#Communists

The plan is we’ll use the big cards for like our main authors or topics, and then the mini cards for “smaller” authors.

On mobile the difference is sizeable, you can fit 7 mini cards in what was 2 big cards.

Do you want to know what the debugging was for? They didn’t align properly. Not how I wanted them. Somehow that took 2 days to figure out, but they look all neat now :D

btw if you’re a communist dev you can request an account on prolewiki and help us with these projects or anything else you have ideas for, we love people with initiative, you don’t necessarily have to be writing!

Or really not just devs, anyone that has ideas to help ProleWiki can help make them come true.

nerd shit

Ultimately I had to work with full grid displays (for both the container and for each individual mini card!)

Problem is there must have been conflicting grid displays in other CSS files because my mini cards were only showing up in every other column.

Well, sometimes you gotta do what you gotta do so I just… defined 8 columns. 1 to the correct size, 1 empty, alternating.

And that did the trick, the empty row gets ignored as expected.

Weird but it works.

  • ghostOfRoux();
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Yeah I definitely meant programming languages lol. Sorry for the confusion.

    Sounds somewhat similar to when I was doing some stuff with WordPress. It’s mostly php(bleh) and then your standard HTML/CSS/JS on the front end.