mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Styling fixes (#4475)
This commit is contained in:
parent
38b6e9ca10
commit
21ae483dc9
@ -346,8 +346,8 @@ class CloudAlexa extends LitElement {
|
|||||||
}
|
}
|
||||||
ha-card {
|
ha-card {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
width: 100%;
|
flex-basis: 300px;
|
||||||
max-width: 300px;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
.card-content {
|
.card-content {
|
||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
|
@ -369,8 +369,8 @@ class CloudGoogleAssistant extends LitElement {
|
|||||||
}
|
}
|
||||||
ha-card {
|
ha-card {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
width: 100%;
|
flex-basis: 300px;
|
||||||
max-width: 300px;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
.card-content {
|
.card-content {
|
||||||
padding-bottom: 12px;
|
padding-bottom: 12px;
|
||||||
|
@ -107,6 +107,9 @@ class HaConfigNavigation extends LitElement {
|
|||||||
.iron-selected paper-item[pressed]:before {
|
.iron-selected paper-item[pressed]:before {
|
||||||
opacity: 0.37;
|
opacity: 0.37;
|
||||||
}
|
}
|
||||||
|
paper-listbox {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user