Skip to content

Commit

Permalink
add padding under broadcast embed iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 5, 2024
1 parent 6ea3f44 commit ea56675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Round.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ getRound();
<iframe
:src="settings.lichessUrl + '/embed/broadcast/_/_/' + round.round.id + '?evals=0'"
class="w-full aspect-[4/3] border-0"
class="w-full aspect-[4/3] border-0 pb-4"
></iframe>
</template>
</template>

0 comments on commit ea56675

Please sign in to comment.