Browse Source

Reduced chat blink animation to 1 step.

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

4
src/styles/components/_chat.scss

@ -93,7 +93,7 @@ @@ -93,7 +93,7 @@
position: relative;
&.newmessage {
animation: newmessage 1s ease -.3s infinite;
animation: newmessage 1s steps(1) infinite alternate;
}
&.disabled {
@ -155,7 +155,7 @@ @@ -155,7 +155,7 @@
}
.chatheader {
animation: newmessage 1s ease -.3s infinite;
animation: newmessage 1s steps(1) infinite alternate;
}
}

2
static/css/main.min.css vendored

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