Browse Source

Fixed chat slide width.

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

4
src/styles/components/_chat.scss

@ -31,6 +31,9 @@ overflow:hidden; @@ -31,6 +31,9 @@ overflow:hidden;
#chat.maximized {
left:0px;
width:auto;
.chatpane {
width:auto;
}
}
.chatpane {
height:100%;
@ -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