Import chat.scss and change container to container-fluid
This commit is contained in:
parent
c2dab008ab
commit
0f9ba4885c
2 changed files with 3 additions and 2 deletions
|
|
@ -71,6 +71,7 @@
|
|||
@import 'stream';
|
||||
@import 'stream_element';
|
||||
@import 'comments';
|
||||
@import 'chat';
|
||||
|
||||
/* right bar */
|
||||
@import 'sidebar';
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue