blob: 2dcb29b4ba32abbe5b55dd5eeb7d09329b11f757 [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ínez7b4d42c2021-07-25 14:25:05 +02006 margin-inline-start: 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%;
Adrià Vilanova Martínez7b4d42c2021-07-25 14:25:05 +020015 margin-inline-start: 6px;
avm999633eae4522021-04-22 01:14:27 +020016 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}