mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #1253 from thelounge/xpaw/nick-fade-pos
Fix nick fade positioning
This commit is contained in:
commit
358852cecb
1 changed files with 1 additions and 0 deletions
|
@ -1822,6 +1822,7 @@ kbd {
|
|||
#chat .from:after {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 10px;
|
||||
height: 100%;
|
||||
background: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 1) 100%);
|
||||
|
|
Loading…
Reference in a new issue