Browse Source

Fixed chat arrows.

pull/162/head
Simon Eisenmann 10 years ago
parent
commit
f9f27bda48
  1. 4
      src/styles/components/_chat.scss
  2. 2
      static/css/main.min.css

4
src/styles/components/_chat.scss

@ -434,7 +434,7 @@ @@ -434,7 +434,7 @@
&:before { // arrow border
border-color: transparent $chat-arrow-border;
border-width: 7px 0 7px 11px;
bottom: 4px;
top: 4px;
bottom: auto;
right: -12px;
}
@ -442,7 +442,7 @@ @@ -442,7 +442,7 @@
&:after { // arrow background
border-color: transparent $chat-msg-self-background;
border-width: 6px 0 6px 10px;
bottom: 5px;
top: 5px;
bottom: auto;
right: -11px;
}

2
static/css/main.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save