From 714580e94a8fa8a76d1a03724aa0e4c7eaec78cc Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 22 Jun 2017 22:05:13 +0300 Subject: [PATCH] Fix nick fade positioning --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 85ba34cc..5a3b6c84 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1826,6 +1826,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%);