Adjust drawer width in small screen

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-26 16:16:58 +05:30
parent d02e8dcd4e
commit d46b046f2d
3 changed files with 12 additions and 4 deletions

View file

@ -95,6 +95,9 @@
.message__reactions {
max-width: calc(100% - 88px);
min-width: 0;
@media (max-width: 1124px) {
max-width: 100%;
}
}