piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: 2024.3 Different card width on different devices

paull27 opened this issue · comments

Requirements

  • I checked the troubleshooting section in the README to verify that I have the latest Mushroom version.
  • I did a search to see if there is a similar issue or if a pull request is open.
  • I have read the state of card mod support (in pin issues) and understand card mod support is not provided in this repository.

Current Behavior

Not sure if it is a HA or Mushroom error, but I have two cards in the new "sections" dashboard, a Mushroom template card (Internet) and a HA tile card (CPU temp).

On my desktop they are next to each other:
image

But on my phone the template card is wider:

I tried changing the "fill container" parameter, but it has no effect. Layout is "default layout". With "horizontal" it is two columns wide on both devices and with "vertical" it looks like this on desktop:

and on mobile:

Expected Behavior

The template card should be the same size as the HA tile card, in this case only one column wide, on both devices.

Steps To Reproduce

Configure a "sections" dashboard with one tile card and one mushroom template card in a section

Context

YAML state

Environment

- Browser: Safari on Desktop, HA App on iOS
- HA Version: 2024.3
- Mushroom: 3.5.2

Anything else?

No response

Your phone doesn't have the latest version of mushroom, clean your cache, it should work : https://github.com/piitaya/lovelace-mushroom?tab=readme-ov-file#i-dont-see-the-last-changes

You can also try to clear your app cache using the app setting > debug > clear frontend cache.

Thank you and sorry for overlooking that!