Fix wrong position of fade-out element in account card in web UI (#17846)

lolsob-rspec
Eugen Rochko 2022-03-22 11:58:13 +01:00 committed by GitHub
parent 43c6f1da0f
commit 18f8c7302c
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ a.sparkline {
width: 50px; width: 50px;
height: 21px; height: 21px;
position: absolute; position: absolute;
bottom: 8px; bottom: 0;
right: 15px; right: 15px;
background: linear-gradient(to left, $ui-base-color, transparent); background: linear-gradient(to left, $ui-base-color, transparent);
pointer-events: none; pointer-events: none;