mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MemberAvatar_image {
|
.mx_MemberAvatar {
|
||||||
z-index: 20;
|
|
||||||
border-radius: 20px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -27,6 +25,6 @@ limitations under the License.
|
|||||||
speak: none;
|
speak: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberAvatar {
|
.mx_MemberAvatar_image {
|
||||||
position: relative;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user