Makes calendar week view width dynamic
Changes the calendar week view to dynamically adjust its width based on the `--day-column-min-width` CSS variable. This allows for more flexible and responsive layouts, avoiding fixed widths. Also, the base calendar CSS file is now included in the index file.
This commit is contained in:
parent
26a4544c09
commit
c510994ca2
3 changed files with 9 additions and 6 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<title>Calendar Plantempus - Week View</title>
|
||||
|
||||
<!-- Modular CSS Files -->
|
||||
<link rel="stylesheet" href="css/calendar.css">
|
||||
<link rel="stylesheet" href="css/calendar-base-css.css">
|
||||
<link rel="stylesheet" href="css/calendar-layout-css.css">
|
||||
<link rel="stylesheet" href="css/calendar-components-css.css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue