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

Fix subpage layout icon alignment (#28254)

This commit is contained in:
Aidan Timson
2025-12-01 09:54:25 +00:00
committed by GitHub
parent b088f2c0e5
commit d1043e33df

View File

@@ -128,6 +128,8 @@ class HassSubpage extends LitElement {
ha-menu-button,
ha-icon-button-arrow-prev,
::slotted([slot="toolbar-icon"]) {
display: flex;
align-items: center;
pointer-events: auto;
color: var(--sidebar-icon-color);
}