-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HAR-133: Исправления после РК2 #27
Conversation
755e73b
to
d75475b
Compare
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
transition: .3s all; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вместо all напиши конкретный эффект
@@ -53,7 +53,8 @@ export class ChatWindow extends View { | |||
|
|||
if (response.code) { | |||
const errorWindow = new ErrorWindowView(); | |||
errorWindow.render('Возникла ошибка при отрпавке сообщения! Повторите позже.'); | |||
errorWindow.render('Возникла ошибка при отрпавке сообщения! ' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Опечатка "отрпавке"
@@ -27,6 +27,9 @@ | |||
|
|||
.logo{ | |||
height: 30px; | |||
max-width: 166.945px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
давай округлим до 167...
No description provided.