Fix pinned media message overflow

This commit is contained in:
Eduard Kuzmenko 2021-07-18 16:56:40 +03:00
parent 8aa0f64dc2
commit b279abaeb4

View File

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