blob: 126d239ecd7609181d73e4591d96a4f62da13424 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.channel-header__info .popover-content {
max-height: 250px;
overflow: auto;
}
.user-popover {
cursor: pointer;
display: inline-block;
}
.user-popover__image {
margin: 0 0 10px;
@include border-radius(128px);
}
.user-popover__email {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
|