Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

Horizontal Button Stack - again :( #498

Closed simensus closed 2 weeks ago

simensus commented 2 months ago

Hi,

the Issue #485 solved the error message for me too, but there is one issue on a Tablet i use with fully kiosk! I use Kiosk Mode, and it works in Portrait Mode, but when is use the tablet in Landscape, the the Horizontal Buttons are not displayed. No error is shown :(

Clooos commented 2 months ago

I'm aware of this issue, I will need to try Kiosk mode to see what's wrong.

brunosabot commented 1 month ago

Hello!

I opened a PR on the kiosk-mode repository to make it compatible.

The issue is caused by some updates I made to ensure that the hbs card is rightfully and perfectly center.

brunosabot commented 1 month ago

FYI, the fix has been merged and will be included in the next kiosk-mode release

Clooos commented 1 month ago

Yeah! Thank you again!

simensus commented 1 month ago

Thanks for your effort :)

Clooos commented 1 month ago

I've found the best way to fix that and this will be the official fix for the kiosk mode users.

First for your kiosk mode config, remove hide_sidebard: true or kiosk: true and just keep that under kiosk_mode:

kiosk_mode:
  hide_header: true

Then go to your HA profile configuration then toggle this:

image

This will now works as expected and you can remove the custom style I've sent previously.

brunosabot commented 1 month ago

FYI, kiosk has just been updated to 6.0.1 with the fix