mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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;
|
||||
max-height: 40px;
|
||||
max-width: 40px;
|
||||
border-radius: 0;
|
||||
}
|
||||
div[slot="meta"] {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user