Thank you for wasting hours of my life pondering possibilities...
It's been getting me through the long dead hours of the 3rd shift at work...
Thank you for wasting hours of my life pondering possibilities...
It's been getting me through the long dead hours of the 3rd shift at work...
I love this. Just one suggestion. I use it mostly on my Ipad. When you select an upgrade for a ship it puts up an x next to the upgrade to get rid of it. On my ipad it is actually kinda hard to hit he x instead of the other buttons that re right next to it.
Haven't 'firebug it' but what about using modrnizr + mediaqueries to target ipad and something like
.close{
position:absolute;
top:-80px;
transform:scale(1.3);
}
It will be uglier but easier to use. I can take a deeper look if you need some help...
Btw, hanks for taking the time to develop it and keep it updated with wave 3 ![]()
+1I love this. Just one suggestion. I use it mostly on my Ipad. When you select an upgrade for a ship it puts up an x next to the upgrade to get rid of it. On my ipad it is actually kinda hard to hit he x instead of the other buttons that re right next to it.
Haven't 'firebug it' but what about using modrnizr + mediaqueries to target ipad and something like
.close{
position:absolute;
top:-80px;
transform:scale(1.3);
}
It will be uglier but easier to use. I can take a deeper look if you need some help...
Btw, hanks for taking the time to develop it and keep it updated with wave 3
Oh, simply making the X bigger... I can play with that. Totally forgot about Modernizr too; been a while since I looked at that. Thanks!
The header containing the squad name and points should be back in the printed version again.
I love this. Just one suggestion. I use it mostly on my Ipad. When you select an upgrade for a ship it puts up an x next to the upgrade to get rid of it. On my ipad it is actually kinda hard to hit he x instead of the other buttons that re right next to it.
That's part of the Select2 dropdown that I'm using; I'm not sure how to do it differently (and unambiguously). Suggestions welcome.