1
0
Fork 0
feature/data-first
Daniel Perelman vor 4 Jahren
Ursprung a06b60017a
Commit 063b81ce0f

@ -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>

Laden…
Abbrechen
Speichern