Browse Source

Add top and bottom margin to chat pane.

pull/51/head
Simon Eisenmann 12 years ago
parent
commit
740027ac14
  1. 4
      src/styles/components/_chat.scss

4
src/styles/components/_chat.scss

@ -20,12 +20,12 @@ @@ -20,12 +20,12 @@
*/
#chat {
bottom: 0;
bottom: 10px;
perspective: 1000;
pointer-events: none;
position: absolute;
right: 260px;
top: 0;
top: 10px;
width: 260px;
z-index: 45;
}

Loading…
Cancel
Save