Skip to content

Commit

Permalink
style: Widen timetable, make duration bar more noticable (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorexsalvo authored Feb 12, 2024
1 parent 33b8257 commit 6f7870f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/static/css/calendar_blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--color-vertical-line-cell: #eeeeee;
--color-event-background: #419FE0a2;
--color-event-border: #47afff;
--color-event-bar: #1066a8;
--color-event-bar: rgb(253 214 73/var(--tw-bg-opacity));
--color-event-bar-background: transparent;
--color-event-text: #444444;
--width-vertical-line: 4px;
Expand Down
14 changes: 9 additions & 5 deletions pyconph/home/templates/home/_schedules.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<h2 class="font-medium text-48 md:text-80 text-white mb-20">
Program Schedule
</h2>
<p class="text-16 text-white-80 md:text-white">
Note: This is a working schedule and is subject to change. Please check back regularly for updates and final confirmations.
You may also refer to the <a class="text-yellow" href="/talks">Talks, Workshops & Panel Sessions Page</a> for more details.
</p>
</div>
<div class="max-w-full md:px-25">
<div class="py-32">
<div class="bg-blue-1 pt-10 sticky top-0">
<div class="tab flex items-center justify-start ux">
Expand All @@ -31,10 +37,6 @@ <h2 class="font-medium text-48 md:text-80 text-white mb-20">
</div>
</div>
</div>

<p class="text-16 text-white-80 md:text-white">
Note: This is a working schedule and is subject to change. Please check back regularly for updates and final confirmations.
</p>
</div>
<div class="absolute left-96 -top-225 hidden md:block">
<img class="star" src="{% static 'img/constellation-8.svg' %}" alt="constellation" />
Expand All @@ -46,8 +48,10 @@ <h2 class="font-medium text-48 md:text-80 text-white mb-20">
const config = {
viewType: "Resources",
theme: "calendar_blue",
allowEventOverlap: false,
cellHeight: 80,
cellDuration: 5,
businessBeginsHour: 8,
cellHeight: 50,
timeRangeSelectedHandling: "Disabled",
eventMoveHandling: "Disabled",
eventResizeHandling: "Disabled",
Expand Down

0 comments on commit 6f7870f

Please sign in to comment.