I (mostly) fixed Card view on the redesign.

https://i.redd.it/nbh64gxno4l11.png

created by kmeisthax on 09/09/2018 at 02:59 UTC

12 upvotes, 3 top-level comments (showing 3)

Comments

Comment by kmeisthax at 09/09/2018 at 03:03 UTC

3 upvotes, 1 direct replies

Basic idea: make cards be 2up rather than pissing away half the screen's real estate on background color

Quick hack: In element inspector, grab the wrapper holding all the cards. Locate it's class name - it's some weird obfuscated thing. Target all child divs of them with the following styles:

float: left;
width: 50%;
padding: 0 5px;
box-sizing: border-box;

Also the fact that Reddit doesn't globally apply border-box is a violation of intergalactic law.

Can you put this on your sub: I dunno. Did we ever get the ability to apply subreddit CSS for the redesign yet?

Comment by me8myself at 09/09/2018 at 23:22 UTC

2 upvotes, 0 direct replies

Well done, This makes a whole lot more sense than the current look we have.

Comment by tensouder54 at 29/09/2018 at 12:02 UTC

1 upvotes, 1 direct replies

Wait how the fuck did you do that?

I thought that CSS haddn't arrived on the redesign yet?