mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
Settings menu & Apple mobile fixes
This commit is contained in:
parent
dc526ca038
commit
7756264e7f
24
main.css
24
main.css
@ -1245,7 +1245,7 @@ button.glyphicon-button.active.focus {
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
bottom: 3px;
|
||||
min-width: 230px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
#subControlButtons:empty{
|
||||
@ -1846,6 +1846,9 @@ input[type=range]:focus::-ms-fill-upper {
|
||||
#fakeguest2{
|
||||
display: none!important;
|
||||
}
|
||||
#subControlButtons {
|
||||
position: unset;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 292px) {
|
||||
#fakeguest1{
|
||||
@ -1919,11 +1922,11 @@ input[type=range]:focus::-ms-fill-upper {
|
||||
min-width: 90% !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
#popupSelector {
|
||||
/* #popupSelector {
|
||||
padding: 20px 5px 0px 15px !important;
|
||||
font-size: 92%;
|
||||
width: 385px !important
|
||||
}
|
||||
} */
|
||||
.popupSelector_constraints{
|
||||
margin:25px 15% 0 1%;
|
||||
}
|
||||
@ -1944,16 +1947,16 @@ input[type=range]:focus::-ms-fill-upper {
|
||||
margin:20px 12% 0 2%;
|
||||
}
|
||||
|
||||
#popupSelector {
|
||||
/* #popupSelector {
|
||||
padding: 0 0 20px 0 !important;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 330px) {
|
||||
/* @media only screen and (max-height: 330px) {
|
||||
#popupSelector {
|
||||
font-size: 92%;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
#popupSelector_user_settings label{
|
||||
@ -1998,13 +2001,18 @@ input[type=range]:focus::-ms-fill-upper {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
height: 90%;
|
||||
width: 505px;
|
||||
max-width: 505px;
|
||||
max-width: 100%;
|
||||
right: -400px;
|
||||
overflow: auto;
|
||||
z-index: 4;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
#popupSelector div {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#audioSourceScreenshare {
|
||||
display:block;
|
||||
height: 60px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user