You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking deeper into my "issue" i noticed that the "justify_content" indeed work as expected, but all the cards were "moved" to the "second half" of the header ( i've always had it "justify_c: start ) ... to the most left side of the Header.
I'll attach pic to visualize it:
It'll go back to the orig "location" when roll back the initial update ( however this is not possible anymore as i have made other changes, do to 2040.4 now)
As shown in first pic, Somehow all cards were moved( to start after mid section)
The text was updated successfully, but these errors were encountered:
Still no comments regarding this behavior ?, or is it only in my "various" browsers + mobile app, or is this "justify left" totally broken ( regardless if using "justify-content: flex-start;" ) ?
FWIW , i made the required changes my self, not sure whether you have made these changes, or the ha-devs UI changes caused this "forced right alignment"
i changed in the .js :
justify_content||"right";
to
justify_content||"left";
AND
style.flex="0"
to
style.flex="1" (flex:grow)
As for some reason this wasn't possible to change with either card-settings nor card_mod
After looking deeper into my "issue" i noticed that the "justify_content" indeed work as expected, but all the cards were "moved" to the "second half" of the header ( i've always had it "justify_c: start ) ... to the most left side of the Header.
I'll attach pic to visualize it:
It'll go back to the orig "location" when roll back the initial update ( however this is not possible anymore as i have made other changes, do to 2040.4 now)
As shown in first pic, Somehow all cards were moved( to start after mid section)
The text was updated successfully, but these errors were encountered: