Removed the userlist's X button from the portrait view.

This commit is contained in:
Maxim Khlobystov 2015-05-21 09:37:21 -07:00
parent ef88685536
commit 1487a0e28c

View File

@ -76,4 +76,7 @@
.closeUserlistIcon {
float: right;
margin-right: 5px;
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
display: none;
}
}