Import chat.scss and change container to container-fluid

This commit is contained in:
Steffen van Bergerem 2015-03-06 01:18:17 +01:00
parent c2dab008ab
commit 0f9ba4885c
2 changed files with 3 additions and 2 deletions

View file

@ -71,6 +71,7 @@
@import 'stream';
@import 'stream_element';
@import 'comments';
@import 'chat';
/* right bar */
@import 'sidebar';

View file

@ -1,7 +1,7 @@
body > .container.chat-roster-shown {
body > .container-fluid.chat-roster-shown {
padding-right: 224px;
#back-to-top { right: 244px; }
}
body > .container.chat-roster-hidden {
body > .container-fluid.chat-roster-hidden {
#back-to-top { right: 54px; }
}