From ae56191b9f4bfa1b7322c6f9375ca7f89d049297 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 19 Jul 2018 13:18:31 +0300 Subject: [PATCH] Fix scroll-down button position in non channels --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 5b1788fc..7bcbfb71 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1137,7 +1137,7 @@ background on hover (unless active) */ content: "\f107"; /* https://fontawesome.com/icons/angle-down?style=solid */ } -.userlist-open #chat .scroll-down { +.userlist-open .channel .scroll-down { right: 196px; }