Align add-view button in edit dashboard (#25181)

Align button
This commit is contained in:
Simon Lamon 2025-04-26 18:29:02 +02:00 committed by GitHub
parent 51ca3e277c
commit 1f5f18f7e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1130,6 +1130,11 @@ class HUIRoot extends LitElement {
.edit-icon.view { .edit-icon.view {
display: none; display: none;
} }
#add-view {
white-space: nowrap;
display: flex;
align-items: center;
}
#add-view ha-svg-icon { #add-view ha-svg-icon {
background-color: var(--accent-color); background-color: var(--accent-color);
border-radius: 4px; border-radius: 4px;