Fossil SCM
Doc typos and sped up the message-in-context animation a tick.
Commit
2b3a6ed8465eb09e9e120e4bac0064a09329a171a3e37296968a602d969e92ba
Parent
fc27d6a333f269b…
2 files changed
+2
-2
+1
-1
+2
-2
| --- src/chat.js | ||
| +++ src/chat.js | ||
| @@ -975,12 +975,12 @@ | ||
| 975 | 975 | 'target', '_blank' |
| 976 | 976 | ); |
| 977 | 977 | D.append(toolbar2, timelineLink); |
| 978 | 978 | if(Chat.filterState.activeUser && |
| 979 | 979 | Chat.filterState.match(eMsg.dataset.xfrom)){ |
| 980 | - /* Add a button to jump to clear user filter | |
| 981 | - and jump to this message in context. */ | |
| 980 | + /* Add a button to clear user filter and jump to | |
| 981 | + this message in its original context. */ | |
| 982 | 982 | D.append( |
| 983 | 983 | this.e, |
| 984 | 984 | D.append( |
| 985 | 985 | D.addClass(D.div(), 'toolbar'), |
| 986 | 986 | D.button( |
| 987 | 987 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -975,12 +975,12 @@ | |
| 975 | 'target', '_blank' |
| 976 | ); |
| 977 | D.append(toolbar2, timelineLink); |
| 978 | if(Chat.filterState.activeUser && |
| 979 | Chat.filterState.match(eMsg.dataset.xfrom)){ |
| 980 | /* Add a button to jump to clear user filter |
| 981 | and jump to this message in context. */ |
| 982 | D.append( |
| 983 | this.e, |
| 984 | D.append( |
| 985 | D.addClass(D.div(), 'toolbar'), |
| 986 | D.button( |
| 987 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -975,12 +975,12 @@ | |
| 975 | 'target', '_blank' |
| 976 | ); |
| 977 | D.append(toolbar2, timelineLink); |
| 978 | if(Chat.filterState.activeUser && |
| 979 | Chat.filterState.match(eMsg.dataset.xfrom)){ |
| 980 | /* Add a button to clear user filter and jump to |
| 981 | this message in its original context. */ |
| 982 | D.append( |
| 983 | this.e, |
| 984 | D.append( |
| 985 | D.addClass(D.div(), 'toolbar'), |
| 986 | D.button( |
| 987 |
+1
-1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -371,11 +371,11 @@ | ||
| 371 | 371 | font-weight: bold; |
| 372 | 372 | text-decoration: underline; |
| 373 | 373 | } |
| 374 | 374 | |
| 375 | 375 | body.chat .anim-rotate-360 { |
| 376 | - animation: rotate-360 1s linear; | |
| 376 | + animation: rotate-360 750ms linear; | |
| 377 | 377 | } |
| 378 | 378 | @keyframes rotate-360 { |
| 379 | 379 | from { |
| 380 | 380 | transform: rotate(0deg); |
| 381 | 381 | } |
| 382 | 382 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -371,11 +371,11 @@ | |
| 371 | font-weight: bold; |
| 372 | text-decoration: underline; |
| 373 | } |
| 374 | |
| 375 | body.chat .anim-rotate-360 { |
| 376 | animation: rotate-360 1s linear; |
| 377 | } |
| 378 | @keyframes rotate-360 { |
| 379 | from { |
| 380 | transform: rotate(0deg); |
| 381 | } |
| 382 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -371,11 +371,11 @@ | |
| 371 | font-weight: bold; |
| 372 | text-decoration: underline; |
| 373 | } |
| 374 | |
| 375 | body.chat .anim-rotate-360 { |
| 376 | animation: rotate-360 750ms linear; |
| 377 | } |
| 378 | @keyframes rotate-360 { |
| 379 | from { |
| 380 | transform: rotate(0deg); |
| 381 | } |
| 382 |