blob: 9983733adf51e236d0496d10769dc13bc41339e5 [file] [log] [blame]
avm999633eae4522021-04-22 01:14:27 +02001.TWPT-avatars {
2 display: flex;
Adrià Vilanova Martínezd5ff50d2021-07-25 13:21:42 +02003 flex-direction: row;
4 min-width: 108px;
avm999633eae4522021-04-22 01:14:27 +02005 overflow-x: hidden;
Adrià Vilanova Martínezd5ff50d2021-07-25 13:21:42 +02006 margin-left: 14px;
avm999633eae4522021-04-22 01:14:27 +02007}
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 {
Adrià Vilanova Martínezd5ff50d2021-07-25 13:21:42 +020026 width: calc(100% - 218px);
avm999633eae4522021-04-22 01:14:27 +020027}