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>
...@@ -14,8 +13,8 @@ ...@@ -14,8 +13,8 @@
</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