Clooos / Bubble-Card

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

0 Height Rows Showing at Bottom of Page #268

Closed efaden closed 2 months ago

efaden commented 7 months ago

I have a layout card that takes up the full screen. The vertical stacks for the popups are making blank lines at the bottom with height 0. I have tried using card mod, etc to get rid of them, but can't seem to get it right. I did try making them invisible, but that also seems to kill the popup. Screenshot 2023-12-24 at 8 59 10 AM

Clooos commented 6 months ago

Hi! Is this issue is still happening in the new v1.7.X?

https://github.com/Clooos/Bubble-Card/releases/tag/v1.7.1

efaden commented 6 months ago

Appears to be. Need to play with it some more, but the space does appear to be gone. Thanks!

efaden commented 6 months ago

Just kidding. Sorry. Was looking at the wrong version of my page. They are still there.

Clooos commented 4 months ago

Hi, can you tell me if you still have this issue in the v2 beta?

Here is the link to the full changelog: https://github.com/Clooos/Bubble-Card/releases/tag/v2.0.0-beta.1

efaden commented 3 months ago

Sorry just got around to this. I am still seeing them.

Clooos commented 2 months ago

Hi, is it still the case in v2.0.4 with HA 2024.6.X?

If yes can you share your YAML of this view?

efaden commented 2 months ago

Seems fixed! -Eric

On Mon, Jun 17, 2024 at 9:39 AM Cloos @.***> wrote:

Hi, is it still the case in v2.0.4 with HA 2024.6.X?

— Reply to this email directly, view it on GitHub https://github.com/Clooos/Bubble-Card/issues/268#issuecomment-2173424756, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAEABG46PJJ2X5KHLQASLLZH3RJFAVCNFSM6AAAAABBHVUJW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZTGQZDINZVGY . You are receiving this because you authored the thread.Message ID: @.***>

GewoonRoy commented 1 month ago

Hi,

I am using v2.0.4 with HA 2024.6.X and i'm experiencing an issue just like this. I've tried several options to fix it but haven't been able to.

Can you help me with what i'm possibly doing wrong? I've noticed the #root of the hui-vertical-stack-card is using a gap of 8px for each element within the stack-card which creates a lot of space.

I've have a vertical stack with a lot of vertical stacks in it.

Screenshot 2024-06-28 at 09 41 26
type: vertical-stack
cards:
  - type: vertical-stack
    cards:
      - type: custom:button-card
         name: Woonkamer
         ...
  - type: vertical-stack
     cards:
      - type: custom:bubble-card
         card_type: pop-up
         hash: '#living-room'
         auto_close: '30000'
         name: Woonkamer
  - type: vertical-stack
     cards:
       - type: custom:bubble-card
          card_type: pop-up
          hash: '#living-room-lights'
          auto_close: '30000'
          name: Woonkamer - Lampen
   - type: vertical-stack
     cards:
        - type: custom:bubble-card
           card_type: pop-up
           hash: '#living-room-curtains'
           auto_close: '30000'
           name: Woonkamer - Gordijnen
...some more cards