Fix nick fade positioning
This commit is contained in:
parent
f55d765aae
commit
714580e94a
@ -1826,6 +1826,7 @@ kbd {
|
|||||||
#chat .from:after {
|
#chat .from:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%);
|
background: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%);
|
||||||
|
Loading…
Reference in New Issue
Block a user