Font-size bump for tablets and phones on the outfitting screen. Seems to make life a bit easier. Also added a small-tablet size option which will fix a tiny visual bug on the outfitting screen with long ship names. Fixed a few other minor visual bugs. Also made clickable menu items bigger on tablets and phones.

This commit is contained in:
Maverick
2015-06-06 00:42:33 +10:00
parent 27c9f53649
commit 3fe369d59d
4 changed files with 26 additions and 3 deletions

View File

@@ -180,7 +180,7 @@
</div>
</div>
<div id="internal" class="slot-group r">
<div id="internal" class="slot-group l">
<h1>Internal Compartments</h1>
<div class="slot" ng-repeat="i in ship.internal" ng-click="selectSlot($event, i)" ng-class="{selected: selectedSlot==i}">
<div slot-internal class="details" slot="i" lbl="igMap[i.c.grp]" ft="ft"></div>