feat: operator view

This commit is contained in:
cv
2023-08-28 22:31:25 +02:00
parent e299ca2cd6
commit c33887386e
@@ -3,7 +3,7 @@
.followButton {
position: relative;
bottom: 17.5vh;
bottom: 120px;
margin: 0 auto;
z-index: 1;
@@ -27,10 +27,3 @@
transition: bottom 1s;
bottom: -0;
}
// tablet
@media (min-width: $min-tablet) {
.followButton {
bottom: 10vh;
}
}