mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-04-17 22:29:53 +02:00
display word level with sufficient screen estate
This commit is contained in:
@@ -61,6 +61,12 @@ BODY, HTML {
|
|||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 340px) {
|
||||||
|
#levelWord {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.textCard {
|
.textCard {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<div id="navigationBar">
|
<div id="navigationBar">
|
||||||
<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>
|
<div id="levelTitle"><span id="levelWord">Level </span>{{currentLevel.levelName}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="mainContent" ng-style="containerStyle">
|
<div id="mainContent" ng-style="containerStyle">
|
||||||
|
|||||||
Reference in New Issue
Block a user