Skip to content

Commit

Permalink
Change main screen initial layout
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Apr 6, 2023
1 parent 884798b commit f651692
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/connection-screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#connection-screen {
flex-direction: column;
gap: var(--main-sizing);
z-index: 1;
z-index: -1;
}

#qrcode,
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="external/qrcode.js"></script>
</head>
<body>
<section id="main-screen" class="full-screen">
<section id="main-screen" class="full-screen fully-centered">
<webrtc-chat id="webrtc-chat" data-cant-close></webrtc-chat>
<webrtc-track-commands
id="main-webrtc-track-commands"
Expand Down
8 changes: 6 additions & 2 deletions src/main-screen.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
webrtc-chat {
top: 300px;
#main-webrtc-track-commands {
position: fixed;
margin-left: 32px;
margin-top: 32px;
left: 0;
top: 0;
}

0 comments on commit f651692

Please sign in to comment.