1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

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

View File

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