UNPKG
softchatjs-react
Version:
latest (3.2.5)
3.2.30
3.2.29
3.2.28
3.2.27
3.2.26
3.2.25
3.2.24
3.2.23
3.2.21
3.2.5
3.2.4
3.2.1
3.2.0
3.1.71
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.0
Install the softchat-js SDKs
github.com/Timilehinn/softchatjs/tree/main
Timilehinn/softchatjs
softchatjs-react
/
dist
/
components
/
avartar
/
avartar.module.module.css
18 lines
(17 loc)
•
286 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.avatar
{
display
: flex;
align-items
: center;
justify-content
: center; }
/* .avatar img{ height: 100%; border-radius: 300px; width: 100%; } */
@media
screen
and
(
max-width
:
768px
) {
.avatar
{
height
:
30px
;
width
:
30px
; } }