Fix UI styling and minor bug in lesson display

This commit is contained in:
SethBurkart123
2023-11-15 07:53:59 +11:00
parent c745e994f7
commit 9e7440c5d3
3 changed files with 46 additions and 30 deletions
+1 -1
View File
@@ -1540,7 +1540,7 @@ function makeLessonDiv(lesson, num) {
<div class="day" id="${code + num}" style="${colour}">
<h2>${description || 'Unknown'}</h2>
<h3>${staff || 'Unknown'}</h3>
<h3>${room || 'Unknown'}</h3>s
<h3>${room || 'Unknown'}</h3>
<h4>${from || 'Unknown'} - ${until || 'Unknown'}</h4>
<h5>${attendanceTitle || 'Unknown'}</h5>
`;