Show day / date / month on different lines #1190
Replies: 4 comments 4 replies
-
In the event mode screenshot you show the weekday (Wed) and the date (Dec 28) on two lines. Is that possible with card-mod? |
Beta Was this translation helpful? Give feedback.
-
I achieved this with card-mod by setting a bit larger min-width of the event-date-week-day so that it breaks the line and puts the day+month below. |
Beta Was this translation helpful? Give feedback.
-
This works great, however now the column ".event-left" looks very wide. How do I change the width of this left column? I tried "width" and "min-width", it didn't seem to work. |
Beta Was this translation helpful? Give feedback.
-
Did anyone ever get this working without manipulating the day min-width? I wanted some extra spacing between events, this is what I currently use but agree that I would much rather have: `type: custom:atomic-calendar-revive
|
Beta Was this translation helpful? Give feedback.
-
If you want to show the left hand day / date / month on separate lines, use the below code:
Before:
After:
Beta Was this translation helpful? Give feedback.
All reactions