Allow msg width to span over screen

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-11-15 09:41:12 +05:30
parent cb6e71e544
commit beb32755a3

View file

@ -97,7 +97,7 @@
.message__content, .message__content,
.message__edit, .message__edit,
.message__reactions { .message__reactions {
max-width: 640px; max-width: calc(100% - 88px);
min-width: 0; min-width: 0;
} }
@ -262,16 +262,6 @@
right: unset; right: unset;
} }
} }
@media (min-width: 1620px) {
.message__options {
right: unset;
left: 770px;
[dir=rtl] {
left: unset;
right: 770px
}
}
}
// markdown formating // markdown formating
.message__content { .message__content {