diaspora/app/assets/stylesheets/chat.scss
Lukas Matt fbc88ab56f Adjusting chat implementation into diaspora container
Signed-off-by: Lukas Matt <lukas@zauberstuhl.de>
2015-07-30 22:42:33 +02:00

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; }
}