mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-20 17:43:50 -05:00
[Glitch] Fix UI Overlap with the loupe icon in the Explore Tab
Port 9a567ec1d1fdb50573c882b7e454285ef7f4200c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
1d4df97049
commit
168fadb6b9
@ -45,7 +45,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 16px;
|
top: 16px;
|
||||||
inset-inline-end: 10px;
|
inset-inline-end: 10px;
|
||||||
z-index: 2;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all 100ms linear;
|
transition: all 100ms linear;
|
||||||
@ -241,5 +240,6 @@
|
|||||||
|
|
||||||
&--compact &__item {
|
&--compact &__item {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
padding-inline-end: 28px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user