Chat: add extra padding for the roster

This commit is contained in:
Steffen van Bergerem 2014-11-21 23:24:42 +01:00
parent 827b68fe63
commit 472d65cb61
2 changed files with 8 additions and 1 deletions

View file

@ -25,7 +25,7 @@
@import "new_styles/_forms";
@import "tag";
@import "photo";
@import "chat";
/* ====== media ====== */
.media {

View file

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