Browse Source

Use full width in chat again.

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

4
src/styles/components/_chat.scss

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

Loading…
Cancel
Save