1
0
Çatalla 0

Adjust styles.

feature/data-first
Daniel Perelman 4 yıl önce
ebeveyn a06b60017a
işleme 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>

Yükleniyor…
İptal
Kaydet