mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
475 B
CSS
41 lines
475 B
CSS
3 years ago
|
#errors {
|
||
|
color: #b00;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
#stream-time-settings {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
gap: 5px;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.field-label {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
#video {
|
||
|
width: 100%;
|
||
|
max-height: 60vh;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
#keyboard-help {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#keyboard-help-box {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
border: 1px solid #000;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
#keyboard-help-box h2 {
|
||
|
margin: 0 0 3px 0;
|
||
|
}
|
||
|
|
||
|
.hidden {
|
||
|
display: none;
|
||
|
}
|