🐛 Fix mini visual bug

This commit is contained in:
Andrés Moya 2021-06-10 11:19:25 +02:00
parent f95705d2d6
commit 6988ae83c9

View file

@ -1415,7 +1415,7 @@
transform: rotate(45deg); transform: rotate(45deg);
} }
.top-down svg { .top-bottom svg {
transform: rotate(-45deg); transform: rotate(-45deg);
} }