replaced most ti-arrow*
This commit is contained in:
parent
db0c17dd3e
commit
4910c1f030
7 changed files with 20 additions and 10 deletions
|
|
@ -84,8 +84,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<i class="ti ti-settings"></i>
|
||||
</button>
|
||||
<button class="_button" :class="$style.controlButton" @click="toggleFullscreen">
|
||||
<i v-if="isFullscreen" class="ph-arrows-in ph-bold ph-lg"></i>
|
||||
<i v-else class="ph-arrows-out ph-bold ph-lg"></i>
|
||||
<i v-if="isFullscreen" class="ti ti-arrows-minimize"></i>
|
||||
<i v-else class="ti ti-arrows-maximize"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div :class="[$style.controlsChild, $style.controlsTime]">{{ hms(elapsedTimeMs) }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue