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

Calendar card is a bit of a mess #51

Open
mijofa opened this issue Jan 31, 2023 · 1 comment
Open

Calendar card is a bit of a mess #51

mijofa opened this issue Jan 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mijofa
Copy link

mijofa commented Jan 31, 2023

I did a bunch of card_mod: style: ... work to make the calendar card render better for me, so I figured I'd share that here.
Here's the yaml:

card_mod:
  class: $class$
  style:
    div.header: |
      div.header {
        /* This header only holds the "name" which,
           when empty, still takes up a lot of empty space. */
        /* display:none; */
        /* LCARS made a mess of the background colour */
        background: var(--paper-listbox-background-color);
      }
    ha-full-calendar$: |
      .header {
        /* LCARS made a mess of the background colour */
        background: var(--paper-listbox-background-color);
      }
      #calendar {
        /* LCARS made a mess of the background colour */
        --card-background-color: var(--paper-listbox-background-color);
      }
      #calendar, div.fc-scroller {
        border-radius: 0px 0px 20px 0px !important;
      }

Some before screenshots (the pink is my redactions for privacy, not an issue with the theme)
before_middle-rightbefore_footer-right
And finally, some after screenshots (the pink is my redactions for privacy, not an issue with the theme)
after_middle-rightafter_footer-right

@th3jesta th3jesta added the enhancement New feature or request label May 30, 2023
@askpatrickw
Copy link

The main issue I've been noticing with Calendaring is there is no way to get back to the Month view from a day view.

image

Those calendar view buttons would be nice to have added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants