Set border-radius to 0 for img in thread panel (#18124)

This commit is contained in:
Paul Bottein 2023-10-05 15:48:18 +02:00 committed by GitHub
parent f43171f91c
commit 0c32d1eb4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,6 +635,9 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
cursor: default;
overflow: visible;
}
ha-list-item img {
border-radius: 0;
}
ha-svg-icon[slot="meta"] {
width: 24px;
}