Set the same margin to the right of NewRoomIntro on TimelineCard (#8453)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
t3chguy/dedup-icons-17oct
Suguru Hirahara 2022-05-07 03:06:13 +00:00 committed by GitHub
parent 765a715fce
commit a01d73ca8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ limitations under the License.
}
.mx_NewRoomIntro {
margin-left: 36px;
margin-inline-start: 36px; // TODO: Use a variable
margin-inline-end: 36px; // TODO: Use a variable
}
.mx_EventTile_content {