Skip to content

Commit

Permalink
fix video container width at 100% on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
yileifeng committed Oct 1, 2024
1 parent ef622f0 commit 8b120cf
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 8b120cf

Please sign in to comment.