[mirotalksfu] - resize main buttons
هذا الالتزام موجود في:
@@ -48,7 +48,7 @@
|
|||||||
/* buttons bar horizontal */
|
/* buttons bar horizontal */
|
||||||
--btns-top: 50%;
|
--btns-top: 50%;
|
||||||
--btns-right: 0%;
|
--btns-right: 0%;
|
||||||
--btns-left: 20px;
|
--btns-left: 10px;
|
||||||
--btns-margin-left: 0px;
|
--btns-margin-left: 0px;
|
||||||
--btns-width: 60px;
|
--btns-width: 60px;
|
||||||
--btns-flex-direction: column;
|
--btns-flex-direction: column;
|
||||||
@@ -102,6 +102,7 @@ body {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding: 5px;
|
||||||
|
|
||||||
top: var(--btns-top);
|
top: var(--btns-top);
|
||||||
right: var(--btns-right);
|
right: var(--btns-right);
|
||||||
@@ -110,9 +111,8 @@ body {
|
|||||||
width: var(--btns-width);
|
width: var(--btns-width);
|
||||||
flex-direction: var(--btns-flex-direction);
|
flex-direction: var(--btns-flex-direction);
|
||||||
|
|
||||||
|
justify-content: space-around;
|
||||||
grid-gap: 0.4rem;
|
grid-gap: 0.4rem;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
-webkit-transform: translate(0%, -50%);
|
-webkit-transform: translate(0%, -50%);
|
||||||
-ms-transform: translate(0%, -50%);
|
-ms-transform: translate(0%, -50%);
|
||||||
@@ -123,13 +123,13 @@ body {
|
|||||||
|
|
||||||
#control button {
|
#control button {
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 1.2rem;
|
font-size: 1.8rem;
|
||||||
|
padding: 4px;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#control p {
|
#control p {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|||||||
@@ -1309,8 +1309,8 @@ class RoomClient {
|
|||||||
switch (position) {
|
switch (position) {
|
||||||
case 'vertical':
|
case 'vertical':
|
||||||
document.documentElement.style.setProperty('--btns-top', '50%');
|
document.documentElement.style.setProperty('--btns-top', '50%');
|
||||||
document.documentElement.style.setProperty('--btns-right', '0px');
|
document.documentElement.style.setProperty('--btns-right', '0%');
|
||||||
document.documentElement.style.setProperty('--btns-left', '20px');
|
document.documentElement.style.setProperty('--btns-left', '10px');
|
||||||
document.documentElement.style.setProperty('--btns-margin-left', '0px');
|
document.documentElement.style.setProperty('--btns-margin-left', '0px');
|
||||||
document.documentElement.style.setProperty('--btns-width', '60px');
|
document.documentElement.style.setProperty('--btns-width', '60px');
|
||||||
document.documentElement.style.setProperty('--btns-flex-direction', 'column');
|
document.documentElement.style.setProperty('--btns-flex-direction', 'column');
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم