Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable padding around popup-card? #254

Closed
Presswerk65 opened this issue Dec 21, 2023 · 2 comments
Closed

Disable padding around popup-card? #254

Presswerk65 opened this issue Dec 21, 2023 · 2 comments

Comments

@Presswerk65
Copy link

I want to get rid of the (red for visualisation) padding around the popup card, unfortunately it doesn't work

styles: |
  #root {
    border-radius: var(--ha-card-border-radius) !important;
    padding: 0px 0px 0px 0px !important;
    background-color: red !important;
  }

image

What do I wrong?

image

Greez!

@crixle
Copy link

crixle commented Dec 28, 2023

Try using

#root.open-pop-up

as your selector instead. Works for me.

@shaheer21-sys
Copy link

assign it to me , will make a fix

@Clooos Clooos closed this as completed Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants