Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gbishop committed Jan 27, 2024
1 parent f41084d commit c282d20
Show file tree
Hide file tree
Showing 5 changed files with 6,739 additions and 6,435 deletions.
11 changes: 9 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ body:not(.designing) video[dbsrc]:not([src]) {
}
.tabcontrol .panels {
display: flex;
min-height: 0;
}
.tabcontrol .buttons {
display: flex;
Expand Down Expand Up @@ -632,8 +633,14 @@ div.vsd img,
div.vsd video {
flex: 1 1 0;
object-fit: contain;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}

div.vsd div.markers {
width: 0;
height: 0;
overflow: hidden;
}

div.vsd div.markers button:focus-within {
Expand Down
Loading

0 comments on commit c282d20

Please sign in to comment.