We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1df68 commit af77962Copy full SHA for af77962
frontend/src/views/MatchView.vue
@@ -73,13 +73,20 @@ onUnmounted(() => {
73
</q-card-section>
74
</q-card>
75
</q-expansion-item>
76
- <div class="row justify-evenly">
+ <div class="row">
77
<AutoContinueInput/>
78
+ </div>
79
+ <div class="row justify-evenly">
80
<div class="q-my-auto">
- Press Ctrl +
81
+ Press <em>
82
+ Ctrl +
83
<q-badge label="id" color="orange"/>
84
+ </em>
85
to continue
86
</div>
87
+ <div class="q-my-auto">
88
+ Press <em>Esc</em> to Halt
89
90
91
<template v-if="halftime">
92
<q-separator spaced/>
0 commit comments