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