aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Avatar.css
blob: d30686ed0ad07ce1798073e5b05d20387b977db9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.Avatar {
    display: flex;
    padding: 12px;
    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;
    }
}