Skip to content

Commit

Permalink
chore : replaced video with iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir-afk committed Jul 4, 2024
1 parent b5ea8a2 commit a4f9a3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content_scripts/signit.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
align-items: center;
}

.signit-video video {
.signit-video iframe {
box-shadow: 0 0 0.5rem #999;
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion content_scripts/wpintegration.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
max-width: 300px;
}

.signit-inline-container video {
.signit-inline-container iframe {
box-shadow: 0 0 .5rem #999;
}

Expand Down
2 changes: 1 addition & 1 deletion popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ html, body {
align-items: center;
}

.signit-video video {
.signit-video iframe {
box-shadow: 0 0 .5rem #999;
width: 345px;
}
Expand Down

0 comments on commit a4f9a3c

Please sign in to comment.