Minor UI updates, free space for later additions
This commit is contained in:
parent
7f6b6932fb
commit
ab9ef8f46e
2 changed files with 3 additions and 10 deletions
|
@ -41,7 +41,7 @@
|
||||||
<option value="480">480p</option>
|
<option value="480">480p</option>
|
||||||
<option value="720" selected>720p</option>
|
<option value="720" selected>720p</option>
|
||||||
<option value="1080">1080p</option>
|
<option value="1080">1080p</option>
|
||||||
<option value="1440">1440p</option>
|
<option value="1440">1440p (2k)</option>
|
||||||
<option value="2160">2160p (4k)</option>
|
<option value="2160">2160p (4k)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -72,8 +72,8 @@ body {
|
||||||
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
display: flex;
|
/* display: flex;
|
||||||
align-items: center;
|
align-items: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDiv {
|
.mainDiv {
|
||||||
|
@ -86,13 +86,6 @@ iframe {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-height: 500px) {
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input {
|
input {
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
|
|
Loading…
Reference in a new issue