mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix back button in ha-card (add border-radius) (#14172)
This commit is contained in:
parent
55467666f7
commit
9b6fca2c0e
@ -875,6 +875,8 @@ export class HaIntegrationCard extends LitElement {
|
||||
--mdc-icon-button-size: 32px;
|
||||
transition: height 0.1s;
|
||||
overflow: hidden;
|
||||
border-top-left-radius: var(--ha-card-border-radius, 16px);
|
||||
border-top-right-radius: var(--ha-card-border-radius, 16px);
|
||||
}
|
||||
.hasMultiple.single .back-btn {
|
||||
height: 24px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user