mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add min width to toolbar icon to prevent tabs jumping (#5590)
This commit is contained in:
parent
32c7c0b4f0
commit
2503fabe1d
@ -228,6 +228,10 @@ class HassTabsSubpage extends LitElement {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
:host(:not([narrow])) #toolbar-icon {
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
ha-menu-button,
|
||||
ha-paper-icon-button-arrow-prev,
|
||||
::slotted([slot="toolbar-icon"]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user