Skip to content

Commit

Permalink
Fixed preview for pdf and missing video coded message
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Markiewicz committed Apr 26, 2024
1 parent 434e49b commit 7cacf9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/css/styles.css
Expand Up @@ -234,6 +234,10 @@ main .spinner .bounce2 {
height: 100%;
}

#previewer .vjs-error-display {
margin-top: 40%;
}

#previewer .preview .info {
position: absolute;
top: 50%;
Expand Down Expand Up @@ -265,6 +269,7 @@ main .spinner .bounce2 {
#previewer .pdf {
width: 100%;
height: 100%;
margin-top: 4em;
}

#previewer h2.message {
Expand Down

0 comments on commit 7cacf9f

Please sign in to comment.