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;
position:absolute; position:absolute;
left:150px; left:150px;
top:45px; top:45px;
right:260px; right:0px;
bottom:0px bottom:0px
} }
.withChat .mainview, .withBuddylist .mainview {
right:260px;
}
.withBuddylist.withChat .mainview {
right:520px;
}
#background { #background {
position:fixed; position:fixed;
left:0px; left:0px;

Loading…
Cancel
Save