diff --git a/src/components/RightPanel.module.css b/src/components/RightPanel.module.css index 37bb5b58..9cf115b0 100644 --- a/src/components/RightPanel.module.css +++ b/src/components/RightPanel.module.css @@ -19,7 +19,7 @@ position: relative; overflow-x: hidden !important; margin: 16px; - height: 280px; + height: 300px; } .options-container { user-select: none; diff --git a/src/images/emotion.png b/src/images/emotion.png index f6c023fc..fabe7113 100644 Binary files a/src/images/emotion.png and b/src/images/emotion.png differ diff --git a/src/library/EmotionManager.js b/src/library/EmotionManager.js index fb6794ef..ca5afb33 100644 --- a/src/library/EmotionManager.js +++ b/src/library/EmotionManager.js @@ -37,7 +37,7 @@ export class EmotionManager { * Time for the emotion to go from 0 to 1 (divide by two if you want fast in and out) * @type {number} */ - emotionTime = 0.6; + emotionTime = 0.1; /** * @type {boolean} */