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

Commit 1305659

Browse files
committed
Merge branch 't3chguy/fix/16976' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/16976
2 parents 23c6175 + ca07b1e commit 1305659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/elements/_FacePile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ limitations under the License.
4545
position: absolute;
4646
top: 0;
4747
left: 0;
48-
height: 30px;
49-
width: 30px;
48+
height: inherit;
49+
width: inherit;
5050
background: $tertiary-fg-color;
5151
mask-position: center;
5252
mask-size: 20px;

0 commit comments

Comments
 (0)