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

Name of button getting cropped #483

Closed eric1090 closed 1 month ago

eric1090 commented 2 months ago

Hi, With the new beta the name of all my button are getting cropped, when i use the same font size: (34px) i attached a screenshot of version 1.73 and latest beta. also the top bar with the name of the popup doesnt go to the top like before seem to not fill the screen, otherwise i love the beta, its much faster and stable, thank you for your great work and sorry my english is not very good :) screenshot-2

Clooos commented 1 month ago

Hi! Can you tell me if you still have this issue in the latest beta?

Legrand5382 commented 1 month ago

Hi,

i just try it and the issue is still there but I was able to fix it by having this line of code in the styling option, custom style of each button ha-card {font-size: 40px;} .bubble-name-container { line-height: 24px;}

Clooos commented 1 month ago

Thank you for the feedback, this is probably the best to do in your case with your custom font-size 🙂