Tweak timeline card layout (#7743)

This commit is contained in:
J. Ryan Stinnett 2022-02-08 13:11:18 +00:00 committed by GitHub
parent 76cafb7aa9
commit 81f2b19d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 5 deletions

View file

@ -286,7 +286,7 @@ $left-gutter: 64px;
}
.mx_EventListSummary:not([data-layout=bubble]) .mx_EventTile_line {
padding-left: calc($left-gutter);
padding-left: $left-gutter;
}
/* all the overflow-y: hidden; are to trap Zalgos -

View file

@ -23,7 +23,7 @@ limitations under the License.
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
.mx_WhoIsTypingTile_avatars {
flex: 0 0 83px; // 18 + 65
flex: 0 0 82px; // 18 (padding on message list) + 64 (padding on event lines)
text-align: center;
}