Align thread summary button with bubble messages on the left side (#8388)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28217/head
parent
97c99c6aae
commit
14127c777b
|
@ -153,6 +153,11 @@ limitations under the License.
|
||||||
right: -100px; // to make sure it doesn't overflow to the left or cover sender profile
|
right: -100px; // to make sure it doesn't overflow to the left or cover sender profile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ThreadSummary {
|
||||||
|
margin-inline-start: calc(-1 * var(--gutterSize));
|
||||||
|
margin-inline-end: auto;
|
||||||
|
}
|
||||||
|
|
||||||
--backgroundColor: $eventbubble-others-bg;
|
--backgroundColor: $eventbubble-others-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,8 +182,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ThreadSummary {
|
.mx_ThreadSummary {
|
||||||
float: right;
|
margin-inline-start: auto;
|
||||||
margin-right: calc(-1 * var(--gutterSize));
|
margin-inline-end: calc(-1 * var(--gutterSize));
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DisambiguatedProfile {
|
.mx_DisambiguatedProfile {
|
||||||
|
|
Loading…
Reference in New Issue