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-title>Spielstand</mat-card-title>
<mat-card-content>
<br>
<table>
<tr>
<th>Team rot</th>
<th>Team blau</th>
</tr>
<tr>
<th class = "redfont">{{gameStatus.red}}</th>
<th class = "bluefont">{{gameStatus.blue}}</th>
</tr>
</table>
</mat-card-content>
</mat-card>
<mat-card *ngIf="scrolled === 1" class="fixed-content transparent" [ngStyle]="{'width.px': matCard.offsetWidth}">
<mat-card-title>Spielstand</mat-card-title>
<mat-card-content>
<br>
<table>
<tr>
<th>Team rot</th>
<th>Team blau</th>
</tr>
<tr>
<th class = "redfont">{{gameStatus.red}}</th>
<th class = "bluefont">{{gameStatus.blue}}</th>
</tr>
</table>
</mat-card-content>
</mat-card>
<div data-aos="zoom-out" data-aos-duration="750">
<mat-card class="transparent">
<div class="FloatLeftAndCenterElement">
<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