Adjust styles.

This commit is contained in:
Daniel Perelman 2020-05-25 19:00:26 -07:00
parent 33d155de3a
commit 8be9f96b3c

View File

@ -8,6 +8,16 @@ body.justVideo {
margin: 0;
overflow: hidden;
}
#qrcodelink {
position: sticky;
top: 0;
right: 0;
float: right;
}
#qrcode {
max-width: 100vw;
max-height: 50vh;
}
#selfView {
position: fixed;
right: 0;
@ -23,14 +33,10 @@ body.justVideo {
form {
background: lightgray;
border: solid gold 5px;
display: inline-block;
display: table;
}
form label {
display: table-row;
}
#status {
clear: both;
}
</style>
</head>