mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
integrations-startup-time: set "border-radius: 0" for "img" (#24679)
set "border-radius: 0" for "img"
This commit is contained in:
parent
d61c771e35
commit
858b8b90d8
@ -117,6 +117,7 @@ class IntegrationsStartupTime extends LitElement {
|
|||||||
display: block;
|
display: block;
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
max-width: 40px;
|
max-width: 40px;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
div[slot="meta"] {
|
div[slot="meta"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user