diff --git a/src/styles/global/_base.scss b/src/styles/global/_base.scss index f3557244..51c44134 100644 --- a/src/styles/global/_base.scss +++ b/src/styles/global/_base.scss @@ -48,9 +48,15 @@ display:none; position:absolute; left:150px; top:45px; -right:260px; +right:0px; bottom:0px } +.withChat .mainview, .withBuddylist .mainview { +right:260px; +} +.withBuddylist.withChat .mainview { +right:520px; +} #background { position:fixed; left:0px;