Browse Source

Added buddylist and chat awareness to mainview.

pull/14/head
Simon Eisenmann 11 years ago
parent
commit
e2a79da07e
  1. 8
      src/styles/global/_base.scss

8
src/styles/global/_base.scss

@ -48,9 +48,15 @@ display:none; @@ -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;

Loading…
Cancel
Save