Fix sentry button position on onboarding

This commit is contained in:
Arnaud 2024-11-10 09:30:58 +07:00
parent 21da246962
commit c424457049
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -199,12 +199,8 @@
text-decoration: none;
z-index: 1;
@media (min-width: 1000px) {
& {
right: 6rem;
bottom: 3rem;
}
}
right: 6rem;
bottom: 3rem;
&:hover {
animation-name: example;
@ -238,3 +234,7 @@
opacity: 0.4;
}
}
#sentry-feedback {
right: 128px;
}