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

Commit

Permalink
Fix sizing of e2e shield in bubble layout (#7394)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Dec 16, 2021
1 parent 3144759 commit d009ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ limitations under the License.
border-top-left-radius: var(--cornerRadius);
border-top-right-radius: var(--cornerRadius);
}

.mx_EventTile_e2eIcon {
flex-shrink: 0; // keep it at full size
}
}

.mx_EventTile_line:not(.mx_EventTile_mediaLine) {
Expand Down

0 comments on commit d009ceb

Please sign in to comment.