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