Skip to content

Commit

Permalink
🚸 minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Nov 22, 2020
1 parent 182ebab commit e284c88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Zone/Game/Game.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
<span>{{ $gameTime() | $dateTimeLocalized( DATE_FORMAT_LONG, TIME_FORMAT_SHORT ) }}</span>
</div>
<ul class="w-100">
<li @click="onClickFullscreen()">
<span v-show="!fullscreen"><i class="fas fa-expand"></i></span>
<span v-show="fullscreen"><i class="fas fa-compress"></i></span>
</li>
<li @click="onClickGear()">
<span v-show="!menuIsDisplayed">Menu <i class="fas fa-bars"></i>️</span>
<span v-show="menuIsDisplayed">Close <i class="fas fa-times"></i>️</span>
</li>
<li @click="onClickFullscreen()">
<span v-show="!fullscreen"><i class="fas fa-expand"></i></span>
<span v-show="fullscreen"><i class="fas fa-compress"></i></span>
</li>
</ul>
</nav>
</template>
Expand Down

0 comments on commit e284c88

Please sign in to comment.