We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718c6d4 commit d132f35Copy full SHA for d132f35
src/App.vue
@@ -11,11 +11,11 @@
11
<!-- Scroll to top -->
12
<back-to-top
13
visibleoffset="500"
14
- right="40px"
15
- bottom="40px"
+ right="30px"
+ bottom="20px"
16
class="shadow-lg"
17
>
18
- <i data-feather="arrow-up"></i>
+ <i data-feather="chevron-up"></i>
19
</back-to-top>
20
21
<!-- App footer -->
@@ -56,7 +56,11 @@ export default {
56
}
57
58
.vue-back-to-top {
59
- @apply p-2 sm:p-4 bg-indigo-500 hover:bg-indigo-600 text-white;
+ @apply p-2 bg-indigo-500 hover:bg-indigo-600 text-white transition
60
+ duration-500
61
+ ease-in-out
62
+ transform
63
+ hover:-translate-y-1 hover:scale-110;
64
border-radius: 50%;
65
font-size: 22px;
66
line-height: 22px;
0 commit comments