Message / Comment Button: Fix position for custom shape (#1080)

This commit is contained in:
Alexander Zinchuk 2021-05-12 15:28:26 +03:00
parent 60ad273775
commit 0cbb3203a7

View File

@ -340,6 +340,18 @@
.message-content.custom-shape {
line-height: 1.2;
font-size: 10rem;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
&.has-comments {
min-height: 5.25rem;
margin-top: 0 !important;
&.has-replies {
min-height: 6.5rem;
}
}
&.is-reply {
max-width: 100%;