Styling fixes (#4475)
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user