7 lines
182 B
SCSS
7 lines
182 B
SCSS
body > .container-fluid.chat-roster-shown {
|
|
padding-right: 224px;
|
|
#back-to-top { right: 244px; }
|
|
}
|
|
body > .container-fluid.chat-roster-hidden {
|
|
#back-to-top { right: 54px; }
|
|
}
|