aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Avatar.css
blob: 133e6061c978fc3fc10cb4ebdc4716333a3e9346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.Avatar {
    display: flex;
    width: 100%;
}
.msg-avatar {
    max-height: 48px;
    margin-right: 10px;
    max-width: 48px;
}
.msg-avatar img {
    max-height: 48px;
    vertical-align: top;
    max-width: 48px;
}

@media screen and (min-width: 450px) {
    .Avatar {
        width: 300px;
    }
}