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

Commit

Permalink
Merge pull request #6795 from robintown/message-bubble-font-size
Browse files Browse the repository at this point in the history
Make message bubble font size consistent
  • Loading branch information
turt2live authored Sep 14, 2021
2 parents 18d4064 + 465ce08 commit c3ad978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ limitations under the License.
margin-top: var(--gutterSize);
margin-left: 50px;
margin-right: 100px;
font-size: $font-14px;

&.mx_EventTile_continuation {
margin-top: 2px;
Expand Down Expand Up @@ -81,6 +82,7 @@ limitations under the License.
position: relative;
top: -2px;
left: 2px;
font-size: $font-15px;
}

&[data-self=false] {
Expand Down

0 comments on commit c3ad978

Please sign in to comment.