From 7756264e7f6364ede95f304c43c39298eb2f8878 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 11 Apr 2023 12:53:17 +0200 Subject: [PATCH 01/15] Settings menu & Apple mobile fixes --- main.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/main.css b/main.css index ebf5231..56450ac 100644 --- a/main.css +++ b/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; From 126f51939f2b3d80a2f2e24109fa38a67ece8de5 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 11 Apr 2023 13:15:27 +0200 Subject: [PATCH 02/15] Adjustments --- main.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/main.css b/main.css index 56450ac..a6a216e 100644 --- a/main.css +++ b/main.css @@ -1220,6 +1220,7 @@ button.glyphicon-button.active.focus { display: flex; position: fixed; z-index: 995; + padding: 0px 10px; bottom: 10px; border: 0; min-height: 52px; @@ -1245,7 +1246,7 @@ button.glyphicon-button.active.focus { justify-content: center; flex-wrap: wrap; bottom: 3px; - margin: 0 10px; + min-width: 385px; } #subControlButtons:empty{ @@ -1294,7 +1295,7 @@ button.glyphicon-button.active.focus { @media only screen and (max-width: 640px){ #controlButtons { - transform: scale(0.9); + /* transform: scale(0.9); */ } .labelSmall { @@ -1323,13 +1324,13 @@ button.glyphicon-button.active.focus { } @media only screen and (max-width: 400px){ #controlButtons { - transform: scale(0.8); + /* transform: scale(0.8); */ } } @media only screen and (max-width: 300px){ #controlButtons { - transform: scale(0.7); + /* transform: scale(0.7); */ } } @@ -1402,7 +1403,7 @@ button.btnArmTransferRoom.selected{ height:85% } #controlButtons { - transform: scale(0.9); + /* transform: scale(0.9); */ } #header{ min-height:0px; @@ -1422,7 +1423,7 @@ button.btnArmTransferRoom.selected{ height:78% } #controlButtons { - transform: scale(0.8); + /* transform: scale(0.8); */ } } @media only screen and (max-height: 190px){ @@ -1435,7 +1436,7 @@ button.btnArmTransferRoom.selected{ height:70% } #controlButtons { - transform: scale(0.7); + /* transform: scale(0.7); */ } } @media only screen and (max-height: 120px){ @@ -1842,12 +1843,13 @@ input[type=range]:focus::-ms-fill-upper { display: none!important; } } -@media only screen and (max-width: 641px) { +@media only screen and (max-width: 700px) { #fakeguest2{ display: none!important; } #subControlButtons { position: unset; + min-width: unset; } } @media only screen and (max-width: 292px) { From 032f2c83b8e01d9eb6966d16b36416b02d683d08 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 11 Apr 2023 13:20:40 +0200 Subject: [PATCH 03/15] 230px again --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index a6a216e..2a09463 100644 --- a/main.css +++ b/main.css @@ -1246,7 +1246,7 @@ button.glyphicon-button.active.focus { justify-content: center; flex-wrap: wrap; bottom: 3px; - min-width: 385px; + min-width: 230px; } #subControlButtons:empty{ From d9eb370a729f225d2e8ee96faed2157ff7563c28 Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 11 Apr 2023 15:30:00 +0200 Subject: [PATCH 04/15] Initial Mobile Chat resizing fix --- index.html | 214 ++++++++++++++++++++++++++--------------------------- lib.js | 2 +- main.css | 77 ++++++++++--------- 3 files changed, 149 insertions(+), 144 deletions(-) diff --git a/index.html b/index.html index b79e167..66e7068 100644 --- a/index.html +++ b/index.html @@ -133,100 +133,112 @@