mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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;
|
cursor: default;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
ha-list-item img {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
ha-svg-icon[slot="meta"] {
|
ha-svg-icon[slot="meta"] {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user