[Glitch] Fix wrong position of fade-out element in account card in web UI
Port 18f8c7302c
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
1c4374eb7d
commit
fa52084ce4
|
@ -1322,7 +1322,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…
Reference in New Issue