Fix reactions row overflow and gap between reactions (#8813)

This commit is contained in:
Suguru Hirahara
2022-06-16 17:47:37 +00:00
committed by GitHub
parent 3b28b1100f
commit 43f2ee4283
4 changed files with 24 additions and 23 deletions
+14 -13
View File
@@ -55,6 +55,8 @@ limitations under the License.
.mx_EventTile[data-layout=bubble] {
--EventTile_bubble-margin-inline-start: 49px;
--EventTile_bubble-margin-inline-end: 60px;
--EventTile_bubble_line-margin-inline-start: -9px;
--EventTile_bubble_line-margin-inline-end: -12px;
--EventTile_bubble_gap-inline: 5px;
position: relative;
@@ -177,6 +179,10 @@ limitations under the License.
border-color: $quinary-content;
}
.mx_ReactionsRow {
margin-inline: var(--EventTile_bubble_line-margin-inline-start) var(--EventTile_bubble_line-margin-inline-end);
}
&[data-self=false] {
.mx_EventTile_line {
border-bottom-right-radius: var(--cornerRadius);
@@ -205,6 +211,10 @@ limitations under the License.
margin-inline-end: auto;
}
.mx_ReactionsRow {
justify-content: flex-start;
}
--backgroundColor: $eventbubble-others-bg;
}
@@ -242,13 +252,10 @@ limitations under the License.
}
.mx_ReactionsRow {
float: right;
clear: right;
display: flex;
justify-content: flex-end;
/* Moving the "add reaction button" before the reactions */
> :last-child {
order: -1;
order: -1; // Moving the "add reaction button" before the reactions
}
}
@@ -269,12 +276,11 @@ limitations under the License.
}
.mx_EventTile_line {
--EventTile_bubble_line-margin-inline-end: -12px;
position: relative;
display: flex;
gap: 5px var(--EventTile_bubble_gap-inline);
margin: 0 var(--EventTile_bubble_line-margin-inline-end) 0 -9px;
margin-block: 0;
margin-inline: var(--EventTile_bubble_line-margin-inline-start) var(--EventTile_bubble_line-margin-inline-end);
border-top-left-radius: var(--cornerRadius);
border-top-right-radius: var(--cornerRadius);
@@ -481,11 +487,6 @@ limitations under the License.
}
}
.mx_ReactionsRow {
margin-right: -18px;
margin-left: -9px;
}
&.mx_EventTile_bad {
/* Special layout scenario for "Unable To Decrypt (UTD)" events */
.mx_EventTile_line {