Sticker: Fix "Remove from recent" button (#3373)

This commit is contained in:
Alexander Zinchuk 2023-07-05 13:14:37 +02:00
parent e611d23fac
commit 5699df5a6e

View File

@ -123,13 +123,15 @@
width: 1.25rem;
height: 1.25rem;
padding: 0.125rem;
z-index: 1;
z-index: 2;
.icon {
font-size: 1rem;
}
opacity: 0;
transition: opacity 0.15s ease;
}
}