Chat: add extra padding for the roster
This commit is contained in:
parent
827b68fe63
commit
472d65cb61
2 changed files with 8 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
7
app/assets/stylesheets/chat.css.scss
Normal file
7
app/assets/stylesheets/chat.css.scss
Normal 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; }
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue