Adjust drawer width in small screen
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -95,6 +95,9 @@
|
||||
.message__reactions {
|
||||
max-width: calc(100% - 88px);
|
||||
min-width: 0;
|
||||
@media (max-width: 1124px) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user