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 #6428 from matrix-org/gsouquet/fix-18129
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg authored Jul 22, 2021
2 parents 158d436 + 22375e2 commit 5117873
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ limitations under the License.
float: right;
> a {
left: auto;
right: -48px;
right: -68px;
}
}
.mx_SenderProfile {
Expand Down Expand Up @@ -126,7 +126,9 @@ limitations under the License.
margin: 0 -12px 0 -9px;
> a {
position: absolute;
left: -48px;
padding: 10px 20px;
top: 0;
left: -68px;
}
}

Expand Down

0 comments on commit 5117873

Please sign in to comment.