Convert inline style css to classes.

This commit is contained in:
FireMasterK
2022-01-12 11:59:50 +00:00
parent fb3ac51cd8
commit 05d7853ef0
6 changed files with 26 additions and 18 deletions

View File

@@ -1,12 +1,14 @@
<template>
<h1 class="font-bold text-center" v-text="$t('titles.history')" />
<div style="text-align: left">
<button class="btn" v-t="'actions.clear_history'" @click="clearHistory" />
</div>
<div class="flex">
<div>
<button class="btn" v-t="'actions.clear_history'" @click="clearHistory" />
</div>
<div style="text-align: right">
<Sorting by-key="watchedAt" @apply="order => videos.sort(order)" />
<div class="right-1">
<Sorting by-key="watchedAt" @apply="order => videos.sort(order)" />
</div>
</div>
<hr />