Skip to content

Commit

Permalink
Fix round end display overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed Feb 2, 2025
1 parent 553dbfb commit 203e6f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/endround/endround.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

.intro-info-image {
position: relative;
max-height: 100%;
max-height: 70%;
max-width: 100%;
}

Expand Down
5 changes: 5 additions & 0 deletions src/app/tracker/tracker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export class TrackerComponent implements OnInit {
left: "",
right: "",
},
tournamentInfo: {
name: "",
logoUrl: "",
backdropUrl: "",
},
},
};

Expand Down

0 comments on commit 203e6f6

Please sign in to comment.