Fix pinned media message overflow

This commit is contained in:
Eduard Kuzmenko 2021-07-18 16:56:40 +03:00
parent 7381aaa97b
commit 985539cc49

View File

@ -380,14 +380,14 @@
}
}
&.is-floating {
&.is-media {
.pinned-message-title,
.pinned-message-subtitle {
width: calc(100% - 2.25rem);
}
&.is-media {
.pinned-message-title,
.pinned-message-subtitle {
width: calc(100% - 2.25rem);
}
}
&.is-floating {
.chat:not(.type-discussion) & {
.pinned-container-wrapper {
padding-right: 3rem;