mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 18:20:47 +01:00
Add back to top button
This commit is contained in:
@@ -30,7 +30,7 @@ const rarities = {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="d-flex flex-column gap-2">
|
||||
<div class="d-flex flex-column gap-4">
|
||||
<div class="d-flex gap-2 justify-content-end">
|
||||
<Card class="d-flex justify-content-center align-items-center me-auto">
|
||||
<span>{{ skins.length }} skins</span>
|
||||
@@ -66,5 +66,9 @@ const rarities = {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center w-100">
|
||||
<BackToTopButton/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user