File tree 7 files changed +25
-22
lines changed
7 files changed +25
-22
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ body[data-position=right] #inMatch #blueScore {
121
121
left : 0 ;
122
122
right : 0 ;
123
123
margin : 0 auto;
124
- font-size : 35 vw ;
124
+ font-size : 28 vw ;
125
125
line-height : 450px ;
126
126
text-align : center;
127
127
}
Original file line number Diff line number Diff line change 62
62
border-left : none;
63
63
}
64
64
.teams {
65
- width : 60 px ;
65
+ width : 70 px ;
66
66
height : 100% ;
67
67
display : none;
68
68
flex-direction : column;
Original file line number Diff line number Diff line change 55
55
display : none;
56
56
}
57
57
.left-position , .right-position {
58
- width : 8 % ;
58
+ width : 6 % ;
59
59
height : 100% ;
60
60
font-size : 6vw ;
61
61
}
69
69
display : none;
70
70
}
71
71
.team {
72
- width : 42 % ;
72
+ width : 44 % ;
73
73
height : 100% ;
74
74
background-color : # 333 ;
75
75
display : flex;
78
78
.team-id {
79
79
width : 100% ;
80
80
height : 80% ;
81
- font-size : 13 vw ;
81
+ font-size : 12 vw ;
82
82
}
83
83
.team-id [data-fta = "true" ] {
84
84
height : 40% ;
Original file line number Diff line number Diff line change @@ -62,10 +62,13 @@ body {
62
62
}
63
63
.alliance-container {
64
64
display : flex;
65
- height : 192 px ;
65
+ height : 144 px ;
66
66
justify-content : space-between;
67
67
align-items : center;
68
68
}
69
+ .alliance-tall {
70
+ height : 192px ;
71
+ }
69
72
.alliance-number {
70
73
width : 40px ;
71
74
height : 40px ;
Original file line number Diff line number Diff line change 62
62
border-left : none;
63
63
}
64
64
.teams {
65
- width : 60 px ;
65
+ width : 70 px ;
66
66
height : 100% ;
67
67
display : none;
68
68
flex-direction : column;
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ <h1 class="mt-2">{{$match.Time.Local.Format "3:04 PM"}}</h1>
42
42
< div class ="col-lg-2 red-teams ">
43
43
{{if $match.Red1}}
44
44
< div class ="row ">
45
- < div class ="col-lg-7 ">
45
+ < div class ="col-lg-8 ">
46
46
{{$match.Red1}}< br /> {{$match.Red2}}< br /> {{$match.Red3}}
47
47
{{range $team := (index $.RedOffFieldTeams $i) }}
48
48
< br /> {{$team}}
49
49
{{end}}
50
50
</ div >
51
- < div class ="col-lg-5 ">
51
+ < div class ="col-lg-4 ">
52
52
{{if $match.PlayoffRedAlliance}}
53
- < div class ="alliance-container ">
53
+ < div class ="alliance-container{{if (index $.RedOffFieldTeams $i)}} alliance-tall{{end}} ">
54
54
< div class ="alliance-number "> {{$match.PlayoffRedAlliance}}</ div >
55
55
</ div >
56
56
{{end}}
@@ -61,15 +61,15 @@ <h1 class="mt-2">{{$match.Time.Local.Format "3:04 PM"}}</h1>
61
61
< div class ="col-lg-2 blue-teams text-end ">
62
62
{{if $match.Blue1}}
63
63
< div class ="row ">
64
- < div class ="col-lg-5 ">
64
+ < div class ="col-lg-4 ">
65
65
{{if $match.PlayoffBlueAlliance}}
66
- < div class ="alliance-container ">
66
+ < div class ="alliance-container{{if (index $.BlueOffFieldTeams $i)}} alliance-tall{{end}} ">
67
67
< div > </ div >
68
68
< div class ="alliance-number "> {{$match.PlayoffBlueAlliance}}</ div >
69
69
</ div >
70
70
{{end}}
71
71
</ div >
72
- < div class ="col-lg-7 ">
72
+ < div class ="col-lg-8 ">
73
73
{{$match.Blue1}}< br /> {{$match.Blue2}}< br /> {{$match.Blue3}}
74
74
{{range $team := (index $.BlueOffFieldTeams $i) }}
75
75
< br /> {{$team}}
You can’t perform that action at this time.
0 commit comments