mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-07 07:40:29 +03:00
Adjust drawer width in small screen
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
d02e8dcd4e
commit
d46b046f2d
3 changed files with 12 additions and 4 deletions
|
|
@ -95,6 +95,9 @@
|
|||
.message__reactions {
|
||||
max-width: calc(100% - 88px);
|
||||
min-width: 0;
|
||||
@media (max-width: 1124px) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue