mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Set border-radius to 0 for img in thread panel (#18124)
This commit is contained in:
parent
f43171f91c
commit
0c32d1eb4e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user