Message: Fix title position for forwarded document group

This commit is contained in:
Alexander Zinchuk 2023-09-04 04:05:14 +02:00
parent 8544b45fcf
commit 50feb14bfe

View File

@ -504,8 +504,8 @@
}
&.first-in-document-group {
.message-content.document {
padding-top: 0.5rem !important;
.message-content.document:not(.is-forwarded) {
padding-top: 0.375rem !important;
}
}