Skip to content

Commit

Permalink
Fixed a message-related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TuuKeZu committed Aug 23, 2022
1 parent 2b74cf9 commit a6ada19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/scripts/course-tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const loadPeriod = (hash, title) => {

loadingIcon.style.display = 'none';
period.forEach(bar => {

const index = bar.title.charAt(0).replace('9', '8');

const barElement = document.createElement('div');
Expand Down
4 changes: 3 additions & 1 deletion assets/stylesheets/messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
align-items: center;
}

.messages .list {
.list {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit a6ada19

Please sign in to comment.