mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Styling fixes (#4475)
This commit is contained in:
parent
38b6e9ca10
commit
21ae483dc9
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -107,6 +107,9 @@ class HaConfigNavigation extends LitElement {
|
||||
.iron-selected paper-item[pressed]:before {
|
||||
opacity: 0.37;
|
||||
}
|
||||
paper-listbox {
|
||||
padding: 0;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user