Solumin / YGO-FM-FusionCalc

A Fusion calculator for Yu-Gi-Oh! Forbidden Memories
20 stars 17 forks source link

Right/left columns #2

Closed CathodeRaymond closed 8 years ago

CathodeRaymond commented 8 years ago

I split the left/right input lists into two different side-by-side columns to save screen space. I also added borders to the results, you can get rid of them/change them pretty easily if you want by going into bootstrap.css and deleting/editing

border: 1px dotted #337ab7;

on line 6923.

Solumin commented 8 years ago

Wish I had seen this 4 hours ago... I've dropped the "left/right" thing in favor of just displaying the "left" ones, since I'm 99% sure either way works. I also added all the specific monster fusions, so I think you can still split the output into "specific monster" and "general fusion" lists. The search is now split into "search by name" and "search by type", too.

I think this pull request would be great. Could you update it so it fits with the changes I made? Sorry I changed so much!