Skip to content

Commit

Permalink
Stage direction highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Jul 8, 2024
1 parent 9217163 commit c8f2a58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/vue_components/show/live/ScriptLineViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
:key="`line_${lineIndex}_stage_direction`"
style="text-align: center"
>
<i class="viewable-line">{{ line.line_parts[0].line_text }}</i>
<i
class="viewable-line"
style="background-color: darkslateblue"
>{{ line.line_parts[0].line_text }}</i>
</b-col>
</template>
<template v-else>
Expand Down

0 comments on commit c8f2a58

Please sign in to comment.