jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

Twitter Feed Location #137

Closed jaredpetersen closed 7 years ago

jaredpetersen commented 9 years ago

The twitter feed is displayed in some weird ways depending on how many bugs are returned and the filters used. Here are the different non-desirable looks:

No categories specified (http://www.joshmatthews.net/bugsahoy/) or if bugs weren't found (http://www.joshmatthews.net/bugsahoy/?media=1&diamond=1) results in the twitter feed being slighly lower than the results box, probably because of some javascript hiding stuff:

bugsahoymain

Only one bug is returned and a suggestion box is shown (http://www.joshmatthews.net/bugsahoy/?py=1&diamond=1) results in the twitter feed moving below the results box (the twitter feed is placed below the suggestion box in cases where more bugs are pulled in):

bugsahoypythondiamond

jdm commented 9 years ago

Yeah, CSS is hard for me. We should probably look into a proper three column design, which is what I've worked on via trial and error so far.

jaredpetersen commented 9 years ago

Just looked back at the site today since I haven't been keeping up with the project that closely lately. I think that we need to move to something like Bootstrap, because the page really doesn't resize very well. It looks like some Bootstrap design elements are in place but the page organization stuff is not. The elements are just all over the place, particularly with somewhat larger screen sizes and on mobile. Switching to a proper three column design like what you mentioned will be very beneficial.

jdm commented 7 years ago

Fixed by #160!