Add back to top button

This commit is contained in:
Blossomi Shymae
2024-10-11 16:39:30 -05:00
parent 87f5d432b2
commit a63ac8ca47
11 changed files with 86 additions and 32 deletions

View File

@@ -46,7 +46,7 @@ watch(currentLocale, async() => {
</script>
<template>
<div class="d-flex flex-column gap-3">
<div class="d-flex flex-column gap-4">
<div class="btn-group flex-wrap gap-2">
<a class="btn btn-outline-dark" @click="clearFilter()">
<MaterialIcon name="backspace-outline" :size="24" />
@@ -89,5 +89,9 @@ watch(currentLocale, async() => {
</div>
</div>
</div>
<div class="d-flex justify-content-center w-100">
<BackToTopButton/>
</div>
</div>
</template>