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

Commit

Permalink
Fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg committed Dec 15, 2022
1 parent e947303 commit dd7a7a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ $left-gutter: 64px;
width: 100%;
box-sizing: border-box;
padding-bottom: 0;
padding-inline-start: var(--leftOffset);

.mx_ThreadPanel_replies {
margin-top: $spacing-8;
Expand All @@ -987,10 +988,6 @@ $left-gutter: 64px;
}
}

.mx_EventTile_line {
padding-inline-start: var(--leftOffset);
}

.mx_MessageTimestamp {
font-size: $font-12px;
max-width: var(--MessageTimestamp-max-width);
Expand Down

0 comments on commit dd7a7a2

Please sign in to comment.