Skip to content

Commit

Permalink
Improves the Twitch player size ratio for marathon
Browse files Browse the repository at this point in the history
Changes the default height to be taller so that it works better on
smaller monitors with a typical 16:9 ratio

Related to Issue #44
  • Loading branch information
BobChao87 committed Dec 27, 2021
1 parent 05c40f3 commit 228e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/marathon/Details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default Vue.extend({
margin-block-start: var(--spacing);
width: 100%;
max-width: 2560px;
height: 40vh;
height: 60vh;
max-height: 1440px;
}
</style>
Expand Down

0 comments on commit 228e090

Please sign in to comment.