Manage style rules of ReadReceiptGroup position on one file (#8993)
* Specify positon of RR on IRC layout on _EventTile.scss Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Manage a declaration for position of RR on modern/group layout on _EventTile.scss, instead of applying it as a default one Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Use logical properties Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Include mx_ReadReceiptGroup in mx_EventTile_msgOption to prevent a regression Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Manage style blocks of mx_ReadReceiptGroup for every layout on one file Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Use logical properties Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Include mx_ReadReceiptGroup in mx_EventTile_msgOption for bubble layout same as the other layouts Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Include mx_ReadReceiptGroup in mx_EventTile_msgOption on TimelineCard Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -74,6 +74,10 @@ limitations under the License.
|
||||
|
||||
.mx_EventTile_msgOption {
|
||||
margin-inline-end: 0;
|
||||
|
||||
.mx_ReadReceiptGroup {
|
||||
top: var(--TimelineCard_ReadReceiptGroup-inset-block-start);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_DisambiguatedProfile,
|
||||
@@ -100,10 +104,6 @@ limitations under the License.
|
||||
margin-inline-end: $spacing-8; // See: var(--ThreadView_group_spacing-end) for ReactionsRow on _EventTile.scss
|
||||
}
|
||||
|
||||
.mx_ReadReceiptGroup {
|
||||
top: var(--TimelineCard_ReadReceiptGroup-inset-block-start);
|
||||
}
|
||||
|
||||
.mx_ThreadSummary {
|
||||
margin-inline-end: 0;
|
||||
max-width: min(calc(100% - 36px), 600px);
|
||||
|
||||
Reference in New Issue
Block a user