From fbc88ab56f31eea80bbc6d98eea447483485f4bf Mon Sep 17 00:00:00 2001 From: Lukas Matt Date: Thu, 30 Jul 2015 22:42:33 +0200 Subject: [PATCH] Adjusting chat implementation into diaspora container Signed-off-by: Lukas Matt --- app/assets/stylesheets/chat.scss | 4 ++-- app/assets/stylesheets/new_styles/_base.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 88232bcf4..3be259038 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -1,7 +1,7 @@ -body > .container.chat-roster-shown { +body > .container-fluid.chat-roster-shown { padding-right: 224px; #back-to-top { right: 244px; } } -body > .container.chat-roster-hidden { +body > .container-fluid.chat-roster-hidden { #back-to-top { right: 54px; } } diff --git a/app/assets/stylesheets/new_styles/_base.scss b/app/assets/stylesheets/new_styles/_base.scss index e95f48fbc..483ff3e5e 100644 --- a/app/assets/stylesheets/new_styles/_base.scss +++ b/app/assets/stylesheets/new_styles/_base.scss @@ -56,7 +56,7 @@ a.tag { word-break: break-all; } color: white; position: fixed; z-index: 49; - right: 20px; + right: 54px; bottom: 20px; opacity: 0; font-size: 2.9em;