1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Small edits on config menu (#12440)

This commit is contained in:
Zack Barett
2022-04-26 23:07:53 -05:00
committed by GitHub
parent 8da73d49d7
commit 28f5611df5
10 changed files with 81 additions and 77 deletions

View File

@@ -218,7 +218,7 @@ class HaConfigHardware extends LitElement {
margin: 0 auto;
}
ha-card {
max-width: 500px;
max-width: 600px;
margin: 0 auto;
height: 100%;
justify-content: space-between;
@@ -237,7 +237,6 @@ class HaConfigHardware extends LitElement {
}
.card-actions {
height: 48px;
border-top: none;
display: flex;
justify-content: space-between;
align-items: center;