Skip to content

Commit

Permalink
Fix the match status row on the field monitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Sep 30, 2023
1 parent ca99429 commit 48fa6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/field_monitor_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{{template "row" dict "leftPosition" "2" "rightPosition" "2"}}
{{template "row" dict "leftPosition" "3" "rightPosition" "1"}}
<div id="eventStatusRow" class="ds-dependent">
<div id="leftScore" class="fta-dependent ds-dependent left-score text-center reversible-left" style="width: 8% vertical-center;"></div>
<div id="leftScore" class="fta-dependent ds-dependent left-score text-center reversible-left" style="width:8%; vertical-align:middle;"></div>
<div id="cycleTimeMessage" class="text-center ds-dependent" style="width: 42%;"></div>
<div id="earlyLateMessage" class="text-center ds-dependent" style="width: 42%;"></div>
<div id="rightScore" class="right-score ds-dependent text-center fta-dependent reversible-right " style="width: 8%;"></div>
Expand Down

0 comments on commit 48fa6b4

Please sign in to comment.