Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Improve ui on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny committed Apr 26, 2023
1 parent d28340b commit 101b302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<td data-order="${orderableWeekday}">
<br class="d-none d-md-block">
<div id="event-${id}-details">
<p style="white-space: nowrap;" data-search-meta="${gradeMetaData.join(' ')}">
<p style="white-space: nowrap; margin-bottom: 0em;" data-search-meta="${gradeMetaData.join(' ')}">
<small class="d-none d-md-block"><i class="bi-calendar"></i>&ensp;${weekday}, ${date}</small>
<small class="d-block d-md-none"><i class="bi-calendar"></i>&ensp;${weekdayShort}, ${dateShort}</small>
<small class="d-none d-md-block"><i class="bi-clock"></i>&ensp;${from} - ${to} Uhr</small>
Expand Down

0 comments on commit 101b302

Please sign in to comment.