Skip to content

Commit

Permalink
Merge pull request #479 from yileifeng/video-mobile
Browse files Browse the repository at this point in the history
Fix video container width at 100% on mobile
  • Loading branch information
yileifeng authored Oct 8, 2024
2 parents 29bb4a2 + 8b120cf commit e555eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/panels/video-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const extensionType = (file: string): string | undefined => {
<style lang="scss">
@media screen and (max-width: 640px) {
.video-container {
width: 100vw !important;
max-width: 100vw;
background-color: white;
}
Expand Down

0 comments on commit e555eb7

Please sign in to comment.