Skip to content

Commit c63dd37

Browse files
committed
Fix member avatar initials (I failed at git conflict merging)
1 parent da55081 commit c63dd37

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/skins/vector/css/atoms/MemberAvatar.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
.mx_MemberAvatar_image {
18-
z-index: 20;
19-
border-radius: 20px;
17+
.mx_MemberAvatar {
2018
position: relative;
2119
}
2220

@@ -27,6 +25,6 @@ limitations under the License.
2725
speak: none;
2826
}
2927

30-
.mx_MemberAvatar {
31-
position: relative;
28+
.mx_MemberAvatar_image {
29+
border-radius: 20px;
3230
}

0 commit comments

Comments
 (0)