mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-17 10:02:44 -05:00
Improve text flow on smaller monitors
This commit is contained in:
parent
78988c4903
commit
d63542f7ad
|
|
@ -30,8 +30,9 @@
|
|||
<template v-if="!isToday">
|
||||
{{ schedule.start_time | date }}
|
||||
</template>
|
||||
{{ schedule.start_time | time }} –
|
||||
{{ schedule.end_time | time }}
|
||||
<span class="nowrap">{{ schedule.start_time | time }}</span>
|
||||
–
|
||||
<span class="nowrap">{{ schedule.end_time | time }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-8">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user