[Glitch] Fix UI Overlap with the loupe icon in the Explore Tab

Port 9a567ec1d1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
gol-cha 2023-07-25 00:56:20 +09:00 committed by Claire
parent 1d4df97049
commit 168fadb6b9

View file

@ -45,7 +45,6 @@
position: absolute;
top: 16px;
inset-inline-end: 10px;
z-index: 2;
display: inline-block;
opacity: 0;
transition: all 100ms linear;
@ -241,5 +240,6 @@
&--compact &__item {
padding: 10px;
padding-inline-end: 28px;
}
}