diff --git a/src/style/foundation/video-calling.less b/src/style/foundation/video-calling.less index c6dcde3c939..fe846535343 100644 --- a/src/style/foundation/video-calling.less +++ b/src/style/foundation/video-calling.less @@ -287,25 +287,27 @@ align-items: center; justify-content: center; animation: - flyUp 4s linear forwards, + flyUp 2.5s linear forwards, fadeIn 1s; - font-size: 1.75rem; + font-size: 2rem; gap: 0.1rem; } .emoji-text { - padding: 0.4rem 0.6rem; - border-radius: 0.5rem; - background-color: rgba(0, 0, 0, 0.804); + padding: 0.25rem; + border-radius: 0.25rem; + background-color: rgba(0, 0, 0, 0.8); + color: white; - font-size: 0.875rem; + font-size: 0.75rem; + font-size: bold; font-weight: bold; } @keyframes flyUp { 0% { - bottom: 0; + bottom: 5%; opacity: 0; } 25% { @@ -315,7 +317,7 @@ opacity: 1; } 100% { - bottom: 100%; + bottom: 80%; opacity: 0; } }