Fix scroll-down button position in non channels

This commit is contained in:
Pavel Djundik 2018-07-19 13:18:31 +03:00 committed by Pavel Djundik
parent d55eb28aea
commit ae56191b9f

View file

@ -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;
}