hide unused chat

This commit is contained in:
Felix Niklas 2015-03-26 11:35:04 +01:00
parent d39d960a13
commit eddc9e0061

View file

@ -2,6 +2,7 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 0; right: 0;
display: none;
} }
#chat .well-chat { #chat .well-chat {