refactor: distinguish automated scrolling

This commit is contained in:
cv
2023-09-01 21:46:17 +02:00
parent 5245da7ce7
commit c9976c7fe8
4 changed files with 28 additions and 2 deletions
@@ -27,3 +27,16 @@
transition: bottom 1s;
bottom: -50px;
}
// tablet
@media (min-width: $min-tablet) {
.followButton {
font-size: 1.5rem;
gap: 1rem;
padding: 0.25rem 1rem;
&:not(.hidden) {
bottom: 12.5rem;
}
}
}