Merge pull request #6133 from matrix-org/jryans/event-tile-radius

Tweak event border radius to match action bar
pull/21833/head
J. Ryan Stinnett 2021-06-02 11:39:54 +01:00 committed by GitHub
commit 2d50325836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ $left-gutter: 64px;
.mx_EventTile_line, .mx_EventTile_reply {
position: relative;
padding-left: $left-gutter;
border-radius: 4px;
border-radius: 8px;
}
.mx_RoomView_timeline_rr_enabled,