File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 169169.active-tab-header {
170170 z-index : 500 ;
171171}
172+
173+ .card-counter {
174+ font-variant : small-caps;
175+ margin : 0 0 10px 0 ;
176+ }
Original file line number Diff line number Diff line change 6666 allowChoose = data . allowChoose
6767 allowPick = data . allowPick
6868 isSpectator = data . isSpectator
69+
70+ $ ( "#cardcount" ) . html ( "Selected: " + numSelected + " of " + numGaps ) ;
71+ $ ( "#cardcount" ) . toggleClass ( "invisible" , ! allowChoose )
72+
6973 if ( isSpectator ) {
7074 $ ( ".match-hand" ) . addClass ( "invisible" )
7175 }
Original file line number Diff line number Diff line change 3838 < div class ="countdown-clock " id ="countdown ">
3939 00:00
4040 </ div >
41+ < div id ="cardcount " class ="card-counter "> </ div >
4142 < div class ="card-base system-card sticky-card " id ="match-statement ">
4243 Waiting...
4344 </ div >
You can’t perform that action at this time.
0 commit comments