style: move module pill to nav bar with lesson counter
- Module pill now in game-controls between prev/next buttons - Level indicator (e.g. "1 of 3") inside the pill - Updated pill styling for nav bar context
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
<div class="left-panel">
|
||||
<section class="instructions">
|
||||
<h2 id="lesson-title" data-i18n="loading">Loading...</h2>
|
||||
<span class="module-pill" id="module-pill" data-i18n="loading">Loading...</span>
|
||||
<div class="task-instruction" id="task-instruction"></div>
|
||||
<div class="lesson-description" id="lesson-description" data-i18n="selectLesson">
|
||||
Please select a lesson to begin.
|
||||
@@ -77,7 +76,10 @@
|
||||
</div>
|
||||
<div class="game-controls">
|
||||
<button id="prev-btn" class="btn" data-i18n="previous">Previous</button>
|
||||
<div class="level-indicator" id="level-indicator">Level 0/0</div>
|
||||
<span class="module-pill" id="module-pill">
|
||||
<span class="module-name" data-i18n="loading">Loading...</span>
|
||||
<span class="level-indicator" id="level-indicator">1 of 3</span>
|
||||
</span>
|
||||
<button id="next-btn" class="btn btn-primary" data-i18n="next">Next</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user