Skip to content

Commit

Permalink
Fixed gettting overlayed when not DS
Browse files Browse the repository at this point in the history
  • Loading branch information
cpapplefamily committed Jul 19, 2024
1 parent 61f669b commit e1e6d17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions static/css/field_monitor_display.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,21 @@ body {
.position-row[data-ds="true"][data-preMatch="false"] {
display: none;
}
#matchData[data-ds="false"]{
display: none;
}
#matchData[data-ds="true"][data-preMatch="true"]{
display: none;
}
#matchData{
position: absolute;
top: 2%;
width: 100%;
height: 170px;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
font-size: 4vw;
font-size: 5vw;
}
#matchStatusRow{
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion templates/field_monitor_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Score
<div id="Score">
<span id="rightScoreAllianceDisplay" class="left-score ds-dependent text-center reversible-right"></span>
<span class="note-splitter">/</span>
<span class="note-splitter">:</span>
<span id="leftScoreAllianceDisplay" class="right-score ds-dependent text-center reversible-right"></span>
</div>
</div>
Expand Down

0 comments on commit e1e6d17

Please sign in to comment.