Skip to content

Commit

Permalink
Fix styling of video canvas.
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 30, 2023
1 parent fd5c48a commit 47ed762
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.2 (Beta)

## Fixes

* Fix styling of video canvas.

# 0.7.1 (Beta)

## Fixes
Expand Down
10 changes: 9 additions & 1 deletion src/themes/pp-ui-base-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,14 @@

.pp-ui-video {
display: flex;
height: 100%;
width: 100%;
}

.pp-ui-surface {
position: relative;
height: 480px;
height: 100%;
width: 100%;
background-color: var(--pp-ui-surface-bg);
}

Expand Down Expand Up @@ -789,6 +792,11 @@

}

.clpp-video {
height: 100%;
width: 100%;
}

@media (max-width: 800px) {

.pp-ui {
Expand Down

0 comments on commit 47ed762

Please sign in to comment.