Merge pull request #5409 from svbergerem/chat-extra-padding-for-roster

Chat: add extra padding for the roster
This commit is contained in:
Jonne Haß 2014-11-22 18:57:51 +01:00
commit 9b49df80a5
2 changed files with 8 additions and 1 deletions

View file

@ -25,7 +25,7 @@
@import "new_styles/_forms"; @import "new_styles/_forms";
@import "tag"; @import "tag";
@import "photo"; @import "photo";
@import "chat";
/* ====== media ====== */ /* ====== media ====== */
.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; }
}