go-top-top button cleanup

This commit is contained in:
Aditya Telange 2021-01-11 21:01:50 +05:30
parent 7a0e1f369c
commit dd83560010
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
2 changed files with 1 additions and 4 deletions

View file

@ -28,7 +28,6 @@
.top-link {
visibility: hidden;
opacity: 0;
position: fixed;
bottom: 60px;
right: 30px;
@ -38,8 +37,6 @@
height: 42px;
padding: 12px;
border-radius: 64px;
fill: currentColor;
fill-opacity: 80%;
transition: visibility .5s, opacity .8s linear
}