Fix member avatar initials (I failed at git conflict merging)
This commit is contained in:
parent
da55081c68
commit
c63dd376d8
|
@ -14,9 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_MemberAvatar_image {
|
||||
z-index: 20;
|
||||
border-radius: 20px;
|
||||
.mx_MemberAvatar {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -27,6 +25,6 @@ limitations under the License.
|
|||
speak: none;
|
||||
}
|
||||
|
||||
.mx_MemberAvatar {
|
||||
position: relative;
|
||||
.mx_MemberAvatar_image {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue