Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sho9029 committed Oct 23, 2023
2 parents 49d5578 + 8bf115c commit a13ed5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AnonymousCamera/Pages/index.razor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
video {
#main-video {
height: 100vh;
position: fixed;
background-color: black;
position: absolute;
left: 0px;
}
3 changes: 0 additions & 3 deletions AnonymousCamera/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>AnonymousCamera</title>
<base href="/AnonymousCamera/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
Expand Down

0 comments on commit a13ed5c

Please sign in to comment.