Commit acae53e1 authored by Dennis Willers's avatar Dennis Willers 🏀

Gamepoints scroll with

parent bcdc6425
Pipeline #387 passed with stages
in 5 minutes and 48 seconds
<div data-aos="zoom-out" data-aos-duration="750"> <mat-card *ngIf="scrolled === 1" class="fixed-content transparent" [ngStyle]="{'width.px': matCard.offsetWidth}">
<mat-card *ngIf="scrolled === 1" class="fixed-content transparent" [ngStyle]="{'width.px': matCard.offsetWidth}"> <mat-card-title>Spielstand</mat-card-title>
<mat-card-title>Spielstand</mat-card-title> <mat-card-content>
<mat-card-content> <br>
<br> <table>
<table> <tr>
<tr> <th>Team rot</th>
<th>Team rot</th> <th>Team blau</th>
<th>Team blau</th> </tr>
</tr> <tr>
<tr> <th class = "redfont">{{gameStatus.red}}</th>
<th class = "redfont">{{gameStatus.red}}</th> <th class = "bluefont">{{gameStatus.blue}}</th>
<th class = "bluefont">{{gameStatus.blue}}</th> </tr>
</tr> </table>
</table> </mat-card-content>
</mat-card-content> </mat-card>
</mat-card> <div data-aos="zoom-out" data-aos-duration="750">
<mat-card class="transparent"> <mat-card class="transparent">
<div class="FloatLeftAndCenterElement"> <div class="FloatLeftAndCenterElement">
<div *ngIf="view === 'mobileView'" class="textMobileView"> <div *ngIf="view === 'mobileView'" class="textMobileView">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment