Updated all text to English

This commit is contained in:
lockbitchat
2025-08-13 22:46:09 -04:00
parent 20d11406a8
commit 4fbdf7902a

View File

@@ -1,4 +1,4 @@
/* Плавная прокрутка сообщений / появление */
/* Smooth Message Scrolling/Appearance*/
@keyframes messageSlideIn {
from {
opacity: 0;
@@ -10,19 +10,19 @@
}
}
/* Пульсация иконок */
/* Icon pulsation */
@keyframes iconPulse {
0%, 100% { opacity: 0.7; }
50% { opacity: 1; }
}
/* Пульс для таймера */
/* Pulse for the timer */
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
/* Скролл логотипов */
/* Scroll of logos */
@keyframes walletLogosScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }