mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-01-17 00:57:22 +01:00
fix level title overflow and math card overflow
This commit is contained in:
@@ -48,11 +48,9 @@
|
||||
<!-- Game board -->
|
||||
<div ng-controller="PexesoController" ng-show="isLevelVisible">
|
||||
<div id="navigationBar">
|
||||
<div>
|
||||
<a class="navigationButton" ng-click="cancelLevel()">
|
||||
<i class="fa fa-arrow-left" ></i></a>
|
||||
<span id="levelTitle">Level {{currentLevel.levelName}}</span>
|
||||
</div>
|
||||
<a class="navigationButton" ng-click="cancelLevel()">
|
||||
<i class="fa fa-arrow-left" ></i></a>
|
||||
<div id="levelTitle">{{currentLevel.levelName}}</div>
|
||||
</div>
|
||||
|
||||
<div id="mainContent" ng-style="containerStyle">
|
||||
|
||||
@@ -116,7 +116,7 @@ var mathCards = {
|
||||
'ten': {
|
||||
'arabic': '10',
|
||||
'roman': 'X',
|
||||
'math': '4*2+2',
|
||||
'math': '5*2',
|
||||
'japanese': '十'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -58,7 +58,7 @@ angular.module('app', ['angular-flippy', 'level-selector', 'level-complete'])
|
||||
cardSet: basicCards,
|
||||
cardTypes: ['picture', 'picture', 'picture', 'picture']
|
||||
}, {
|
||||
levelName: "04: Simple Math",
|
||||
levelName: "04: Math",
|
||||
totalCards: 4*4,
|
||||
cardsPerRow: 4,
|
||||
chainLength: 2,
|
||||
|
||||
Reference in New Issue
Block a user