Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a01d73c

Browse files
authored
Set the same margin to the right of NewRoomIntro on TimelineCard (#8453)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 765a715 commit a01d73c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/right_panel/_TimelineCard.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ limitations under the License.
4343
}
4444

4545
.mx_NewRoomIntro {
46-
margin-left: 36px;
46+
margin-inline-start: 36px; // TODO: Use a variable
47+
margin-inline-end: 36px; // TODO: Use a variable
4748
}
4849

4950
.mx_EventTile_content {

0 commit comments

Comments
 (0)