Skip to content

Commit

Permalink
fix live in mobile and desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 6, 2024
1 parent eb96a7f commit 86aa89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LiveView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@ const events = computed<(TimelineEventItem | TimelineEventTitle)[]>(() => {
&__hour {
display: flex;
width: 54px;
gap: 8px;
flex-direction: column;
margin-top: 3px;
margin-right: 10px;
font-size: 15px;
font-weight: bold;
gap: 8px;
text-align: right;
&__end-hour {
Expand Down

0 comments on commit 86aa89e

Please sign in to comment.