Adjust styles.
This commit is contained in:
parent
33d155de3a
commit
8be9f96b3c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user