File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ limitations under the License.
4848
4949 & ::before ,
5050 .mx_BaseAvatar {
51- margin-left : -0.3em ; // Otherwise the gap is too large
52- margin-right : 0.2em ;
51+ margin-inline-start : -0.3em ; // Otherwise the gap is too large
52+ margin-inline-end : 0.2em ;
5353 }
5454
5555 a & {
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ limitations under the License.
5151 }
5252
5353 & .mx_BasicMessageComposer_input_shouldShowPillAvatar {
54- span .mx_UserPill , span .mx_RoomPill , span .mx_SpacePill {
54+ span .mx_UserPill ,
55+ span .mx_RoomPill ,
56+ span .mx_SpacePill {
5557 user-select : all ;
5658 position : relative ;
5759 cursor : unset ; // We don't want indicate clickability
@@ -66,7 +68,7 @@ limitations under the License.
6668 content : var (--avatar-letter );
6769 width : $font-16px ;
6870 height : $font-16px ;
69- margin-right : 0.24rem ;
71+ margin-inline-end : 0.24rem ;
7072 background : var (--avatar-background ), $background ;
7173 color : $avatar-initial-color ;
7274 background-repeat : no-repeat ;
You can’t perform that action at this time.
0 commit comments