Allow msg width to span over screen
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
cb6e71e544
commit
beb32755a3
1 changed files with 1 additions and 11 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue