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="720" selected>720p</option>
|
||||
<option value="1080">1080p</option>
|
||||
<option value="1440">1440p</option>
|
||||
<option value="1440">1440p (2k)</option>
|
||||
<option value="2160">2160p (4k)</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
@ -72,8 +72,8 @@ body {
|
|||
|
||||
margin: auto;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* display: flex;
|
||||
align-items: center; */
|
||||
}
|
||||
|
||||
.mainDiv {
|
||||
|
@ -86,13 +86,6 @@ iframe {
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-height: 500px) {
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
select,
|
||||
input {
|
||||
font-size: 1.3rem;
|
||||
|
|
Loading…
Reference in a new issue