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

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

Merged
merged 4 commits into from
May 7, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion res/css/views/right_panel/_TimelineCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down