Adjust styles.

feature/data-first
Daniel Perelman 4 years ago
parent a06b60017a
commit 063b81ce0f

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

Loading…
Cancel
Save