Styling fixes (#4475)

This commit is contained in:
Bram Kragten 2020-01-15 09:25:04 +01:00 committed by GitHub
parent 38b6e9ca10
commit 21ae483dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -346,8 +346,8 @@ class CloudAlexa extends LitElement {
}
ha-card {
margin: 4px;
width: 100%;
max-width: 300px;
flex-basis: 300px;
flex-grow: 1;
}
.card-content {
padding-bottom: 12px;

View File

@ -369,8 +369,8 @@ class CloudGoogleAssistant extends LitElement {
}
ha-card {
margin: 4px;
width: 100%;
max-width: 300px;
flex-basis: 300px;
flex-grow: 1;
}
.card-content {
padding-bottom: 12px;

View File

@ -107,6 +107,9 @@ class HaConfigNavigation extends LitElement {
.iron-selected paper-item[pressed]:before {
opacity: 0.37;
}
paper-listbox {
padding: 0;
}
`;
}
}