blob: a418005b8a0be425a7730a069bccf1727e5188d0 [file] [log] [blame]
avm999633eae4522021-04-22 01:14:27 +02001.TWPT-avatars {
2 display: flex;
3 flex-direction: row-reverse;
4 width: 102px;
5 overflow-x: hidden;
6 margin-left: 8px;
7}
8
9.TWPT-avatars .TWPT-avatar {
10 height: 28px;
11 width: 28px;
12 align-self: center;
13 border-width: 0;
14 border-radius: 50%;
15 margin-left: 6px;
16 background-color: white;
17 background-position: center;
18 background-size: contain;
19 background-repeat: no-repeat;
20}
21
22/*
23 * Changing styles of existing elements so the avatars fit.
24 */
25ec-thread-summary .main-header .panel-description a.header .header-content {
26 width: calc(100% - 204px);
27}