fixed jumping in chat, writecomponent

This commit is contained in:
Kostya
2023-12-09 13:43:38 +03:00
parent fe59112da8
commit 4cbb23c988
2 changed files with 13 additions and 4 deletions

View File

@@ -308,7 +308,7 @@
}
.write {
position: static;
margin: 45% 87% 6% 2%;
margin: -45% 87% 6% 2%;
}
.write__content input {
padding: 0.625em 1% 14px 0.75em;
@@ -379,7 +379,7 @@
}
.write {
position: static;
margin: 45% 87% 6% 2%;
margin: -45% 87% 6% 2%;
}
.write__content input {
padding: 0.625em 1% 14px 0.75em;