avm99963 | 3eae452 | 2021-04-22 01:14:27 +0200 | [diff] [blame] | 1 | .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 | */ |
| 25 | ec-thread-summary .main-header .panel-description a.header .header-content { |
| 26 | width: calc(100% - 204px); |
| 27 | } |