Browse Source

Fixed chat slide width.

pull/12/head
Simon Eisenmann 12 years ago
parent
commit
926683ac8a
  1. 4
      src/styles/components/_chat.scss

4
src/styles/components/_chat.scss

@ -30,8 +30,11 @@ overflow:hidden; @@ -30,8 +30,11 @@ overflow:hidden;
}
#chat.maximized {
left:0px;
width:auto;
.chatpane {
width:auto;
}
}
.chatpane {
height:100%;
position:absolute;
@ -39,6 +42,7 @@ top:0px; @@ -39,6 +42,7 @@ top:0px;
left:0px;
bottom:0px;
right:0px;
width:260px;
-webkit-transition: left 200ms ease-in-out;
-moz-transition: left 200ms ease-in-out;
-ms-transition: left 200ms ease-in-out;

Loading…
Cancel
Save