Adjusting chat implementation into diaspora container
Signed-off-by: Lukas Matt <lukas@zauberstuhl.de>
This commit is contained in:
parent
524a0bdaf0
commit
fbc88ab56f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
body > .container.chat-roster-shown {
|
body > .container-fluid.chat-roster-shown {
|
||||||
padding-right: 224px;
|
padding-right: 224px;
|
||||||
#back-to-top { right: 244px; }
|
#back-to-top { right: 244px; }
|
||||||
}
|
}
|
||||||
body > .container.chat-roster-hidden {
|
body > .container-fluid.chat-roster-hidden {
|
||||||
#back-to-top { right: 54px; }
|
#back-to-top { right: 54px; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ a.tag { word-break: break-all; }
|
||||||
color: white;
|
color: white;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 49;
|
z-index: 49;
|
||||||
right: 20px;
|
right: 54px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
font-size: 2.9em;
|
font-size: 2.9em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue