mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
refactor: distinguish automated scrolling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user