Message / Comment Button: Fix position for custom shape (#1080)
This commit is contained in:
parent
60ad273775
commit
0cbb3203a7
@ -340,6 +340,18 @@
|
|||||||
.message-content.custom-shape {
|
.message-content.custom-shape {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-size: 10rem;
|
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 {
|
&.is-reply {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user