Fix consistent avatar output for Percy (#11472)
* Fix consistent avatar output for Percy * Fix last room in list clipped Fixes https://github.com/vector-im/element-web/issues/26049 * Fix decorated avatar indicator centering Fixes https://github.com/vector-im/element-web/issues/26052 * Fix uploader centering
This commit is contained in:
parent
c6d9228f94
commit
64f762d7b0
3 changed files with 7 additions and 5 deletions
|
@ -19,5 +19,6 @@ limitations under the License.
|
|||
/* Stick the default room avatar colour, so it doesn't cause a false diff on the screenshot */
|
||||
.mx_BaseAvatar {
|
||||
background-color: var(--percy-color-avatar) !important;
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue