mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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;
|
--mdc-icon-button-size: 32px;
|
||||||
transition: height 0.1s;
|
transition: height 0.1s;
|
||||||
overflow: hidden;
|
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 {
|
.hasMultiple.single .back-btn {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user