mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix wrong position of fade-out element in account card in web UI (#17846)
This commit is contained in:
parent
392b367835
commit
d5df9d4797
@ -1306,7 +1306,7 @@ a.sparkline {
|
||||
width: 50px;
|
||||
height: 21px;
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
bottom: 0;
|
||||
right: 15px;
|
||||
background: linear-gradient(to left, $ui-base-color, transparent);
|
||||
pointer-events: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user