Comment Button: Fix margin on messages with file (#3447)
This commit is contained in:
parent
fbbb098a64
commit
0439592155
@ -115,6 +115,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.is-forwarded &,
|
.is-forwarded &,
|
||||||
|
.document &,
|
||||||
.audio &,
|
.audio &,
|
||||||
.voice &,
|
.voice &,
|
||||||
.poll &,
|
.poll &,
|
||||||
@ -126,6 +127,7 @@
|
|||||||
margin: 0.375rem -0.5rem -0.375rem;
|
margin: 0.375rem -0.5rem -0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-content.document &,
|
||||||
.message-content.voice & {
|
.message-content.voice & {
|
||||||
margin-bottom: -0.5rem;
|
margin-bottom: -0.5rem;
|
||||||
}
|
}
|
||||||
@ -134,6 +136,7 @@
|
|||||||
margin-bottom: -0.8125rem;
|
margin-bottom: -0.8125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-content.document &,
|
||||||
.message-content.audio &,
|
.message-content.audio &,
|
||||||
.message-content.voice &,
|
.message-content.voice &,
|
||||||
.message-content.poll &,
|
.message-content.poll &,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user