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

[Feature Request] Right-justified Text for right-justified header/footer #47

Open
mermelmadness opened this issue Jan 25, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@mermelmadness
Copy link

image
There should be a header-right and footer-right that right-justifies the text, too.

@th3jesta th3jesta added the enhancement New feature or request label Jan 26, 2023
@smugleafdev
Copy link

smugleafdev commented Aug 30, 2023

This is easily accomplished via the card mod:

    card_mod:
      class: middle-right
      style: |
        ha-card {
          text-align: right;
        }

Screenshot 2023-08-30 at 2 42 59 PM

@th3jesta
Copy link
Owner

Thanks @smugleafdev. I think I like that solution instead of introducing another several sets classes.

@th3jesta th3jesta added documentation Improvements or additions to documentation and removed enhancement New feature or request labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants