Skip to content

Commit

Permalink
fix: hide source image when no source set
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Mar 6, 2021
1 parent 39aa03f commit ac958fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ video {
max-height: 100%;
}

img[src=""] {
display: none;
}

.modal {
position: fixed;
top: 0;
Expand Down

0 comments on commit ac958fe

Please sign in to comment.