Adjust play icon size in active element on playlist page on mobile

This commit is contained in:
Raphael Wickihalder 2022-03-09 14:48:25 +01:00
parent df04f727da
commit d68b869469
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -1278,8 +1278,9 @@
text-shadow: 0 0 3px var(--color-primary), 0 0 5px var(--color-primary);
@media (max-width: $breakpoint-small) {
top: -18px;
left: 42px;
top: -2px;
left: 60px;
font-size: 3.4rem;
}
}
}