mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Reduce ha-icon-button-group height (#17664)
This commit is contained in:
parent
e3f53e90e2
commit
d33430e53f
@ -14,17 +14,17 @@ export class HaIconButtonGroup extends LitElement {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 56px;
|
height: 48px;
|
||||||
border-radius: 28px;
|
border-radius: 28px;
|
||||||
background-color: rgba(139, 145, 151, 0.1);
|
background-color: rgba(139, 145, 151, 0.1);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 4px;
|
padding: 0;
|
||||||
gap: 4px;
|
|
||||||
}
|
}
|
||||||
::slotted(.separator) {
|
::slotted(.separator) {
|
||||||
background-color: rgba(var(--rgb-primary-text-color), 0.15);
|
background-color: rgba(var(--rgb-primary-text-color), 0.15);
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
margin: 0 1px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user